Skip to content
Snippets Groups Projects
Commit dd512d24 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use ALT as hotkey modifier

parent 4062d3d5
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment