summaryrefslogtreecommitdiffstats
path: root/devtools/client
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-28 12:18:11 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-02-28 12:18:11 +0100
commitb05346cf372073730179e1f287b73f170a22eb99 (patch)
tree6acb7062d6df6325c97ef5b92d2a5f50aaa3ad73 /devtools/client
parent627f167bf41935cad572b04c5b412f9294293ecb (diff)
downloadUXP-b05346cf372073730179e1f287b73f170a22eb99.tar
UXP-b05346cf372073730179e1f287b73f170a22eb99.tar.gz
UXP-b05346cf372073730179e1f287b73f170a22eb99.tar.lz
UXP-b05346cf372073730179e1f287b73f170a22eb99.tar.xz
UXP-b05346cf372073730179e1f287b73f170a22eb99.zip
DevTools - Scratchpad - fix an old bug (Shift+Alt+R / Reload and Run) - follow up (Ctrl+Alt+R does not work)
https://github.com/MoonchildProductions/moebius/pull/50
Diffstat (limited to 'devtools/client')
-rw-r--r--devtools/client/scratchpad/scratchpad.xul2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/scratchpad/scratchpad.xul b/devtools/client/scratchpad/scratchpad.xul
index 3712f163d..8694c1bb5 100644
--- a/devtools/client/scratchpad/scratchpad.xul
+++ b/devtools/client/scratchpad/scratchpad.xul
@@ -121,7 +121,7 @@
<key id="sp-key-reloadAndRun"
key="&reloadAndRun.key;"
command="sp-cmd-reloadAndRun"
- modifiers="accel,alt"/>
+ modifiers="shift,alt"/>
<key id="sp-key-evalFunction"
key="&evalFunction.key;"
command="sp-cmd-evalFunction"