diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-05-08 12:09:19 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-05-08 12:09:19 +0200 |
commit | dd512d246ef7a200ca1137bb267aee87380a2f6c (patch) | |
tree | a9ecdd7b32ef60ade56248d6f1c0480d127351d0 /lib | |
parent | 4062d3d5c0c566751a1f098495e9aa836e8db9de (diff) | |
download | rpg-dd512d246ef7a200ca1137bb267aee87380a2f6c.tar.gz rpg-dd512d246ef7a200ca1137bb267aee87380a2f6c.tar.bz2 |
use ALT as hotkey modifier
Diffstat (limited to 'lib')
-rw-r--r-- | lib/scripts/hotkeys.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scripts/hotkeys.js b/lib/scripts/hotkeys.js index 9e2b9cb83..2b696e78d 100644 --- a/lib/scripts/hotkeys.js +++ b/lib/scripts/hotkeys.js @@ -18,7 +18,7 @@ function Hotkeys() { * this.modifier = 'alt'; * this.modifier = 'alt+shift'; */ - this.modifier = 'ctrl'; + this.modifier = 'alt'; /** * Initialization @@ -288,4 +288,4 @@ function Hotkeys() { function initializeHotkeys() { var hotkeys = new Hotkeys(); hotkeys.initialize(); -}
\ No newline at end of file +} |