summaryrefslogtreecommitdiff
path: root/lib/scripts/hotkeys.js
Commit message (Collapse)AuthorAge
* changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | better stylability
* fix hotkeys on anchors (click() undefined) FS#1958Andreas Gohr2010-10-19
|
* FS#1958Christopher Smith2010-10-03
|
* remove accesskey once a JS handler was registered FS#2007Andreas Gohr2010-08-09
|
* Use OS based Hotkey-Modifier FS#1958Andreas Gohr2010-06-27
| | | | | | | | | | | Because ALT-GR fires a CTRL-ALT event on Windows systems, but ALT-GR is needed to write square brackets on German Keyboards, CTRL-ALT can not be used as modifier. This patch introdues OS dependent modifiers. Mac systems continue to use CTRL-ALT, all other systems use only ALT. Let's hope this works out.
* Hotkey trigger is now CTRL-ALT FS#1958Andreas Gohr2010-06-26
| | | | Tests and feedbacks please!
* use ALT as hotkey modifierAndreas Gohr2010-05-08
|
* Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix.Marek Sacha2010-05-08
|
* Reimplementation of Accesskeys in JavaScript (FS#1809)Marek Sacha2010-05-08