From 66281d22c64eba73b618e16874de19f235681c00 Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Wed, 24 Apr 2013 13:30:54 -0700 Subject: [PATCH] Change QR keybinds --- builds/4chan-X.js | 4 ++-- builds/4chan-X.user.js | 4 ++-- builds/crx/script.js | 4 ++-- src/config.coffee | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/builds/4chan-X.js b/builds/4chan-X.js index d0686d325..91e1b4aaf 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -234,8 +234,8 @@ usercss: '', hotkeys: { 'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'], - 'Open empty QR': ['l', 'Open QR without post number inserted.'], - 'Open QR': ['Shift+l', 'Open QR with post number inserted.'], + 'Open empty QR': ['i', 'Open QR without post number inserted.'], + 'Open QR': ['Shift+i', 'Open QR with post number inserted.'], 'Open settings': ['Alt+o', 'Open Settings.'], 'Close': ['Esc', 'Close Settings, Notifications or QR.'], 'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'], diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 126303aaf..a0b1145c2 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -235,8 +235,8 @@ usercss: '', hotkeys: { 'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'], - 'Open empty QR': ['l', 'Open QR without post number inserted.'], - 'Open QR': ['Shift+l', 'Open QR with post number inserted.'], + 'Open empty QR': ['i', 'Open QR without post number inserted.'], + 'Open QR': ['Shift+i', 'Open QR with post number inserted.'], 'Open settings': ['Alt+o', 'Open Settings.'], 'Close': ['Esc', 'Close Settings, Notifications or QR.'], 'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'], diff --git a/builds/crx/script.js b/builds/crx/script.js index 9820a2cc9..b031936e7 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -132,8 +132,8 @@ usercss: '', hotkeys: { 'Toggle board list': ['Ctrl+b', 'Toggle the full board list.'], - 'Open empty QR': ['l', 'Open QR without post number inserted.'], - 'Open QR': ['Shift+l', 'Open QR with post number inserted.'], + 'Open empty QR': ['i', 'Open QR without post number inserted.'], + 'Open QR': ['Shift+i', 'Open QR with post number inserted.'], 'Open settings': ['Alt+o', 'Open Settings.'], 'Close': ['Esc', 'Close Settings, Notifications or QR.'], 'Spoiler tags': ['Ctrl+s', 'Insert spoiler tags.'], diff --git a/src/config.coffee b/src/config.coffee index b500af3c5..242c28551 100644 --- a/src/config.coffee +++ b/src/config.coffee @@ -415,11 +415,11 @@ http://iqdb.org/?url=%TURL 'Toggle the full board list.' ] 'Open empty QR': [ - 'l' + 'i' 'Open QR without post number inserted.' ] 'Open QR': [ - 'Shift+l' + 'Shift+i' 'Open QR with post number inserted.' ] 'Open settings': [