Home
last modified time | relevance | path

Searched refs:addShortcut (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/scripts/
H A Dhotkeys.js54 t.addShortcut(t.modifier + '+' + a.accessKey, function() {
68 t.addShortcut(t.modifier + '+' + i.accessKey, function() {
82 t.addShortcut(t.modifier + '+' + b.accessKey, function() {
171 * hotkeys.addShortcut('ctrl+s',function() {
179 this.addShortcut = function(pa, cmd_func) { method in Hotkeys