summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-08-10 17:50:23 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-21 19:51:52 +0100
commita80b5f2728fdb0d2eaeace78528ea8c64427d39e (patch)
tree85405bbbcefd9eed746d511283deec960c3b6c00
parent2e1e954eac00c69c76a6fbbcc343a82516275ca2 (diff)
downloaduxp-a80b5f2728fdb0d2eaeace78528ea8c64427d39e.tar.gz
DevTools - Scratchpad - fix an old bug (Ctrl+Shift+R / Reload and Run)
-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 0603fa95e7..3712f163d2 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,shift"/>
+ modifiers="accel,alt"/>
<key id="sp-key-evalFunction"
key="&evalFunction.key;"
command="sp-cmd-evalFunction"