summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-05-08 12:09:19 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-05-08 12:09:19 +0200
commitdd512d246ef7a200ca1137bb267aee87380a2f6c (patch)
treea9ecdd7b32ef60ade56248d6f1c0480d127351d0
parent4062d3d5c0c566751a1f098495e9aa836e8db9de (diff)
downloadrpg-dd512d246ef7a200ca1137bb267aee87380a2f6c.tar.gz
rpg-dd512d246ef7a200ca1137bb267aee87380a2f6c.tar.bz2
use ALT as hotkey modifier
-rw-r--r--lib/scripts/hotkeys.js4
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
+}