Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
Dhotkeys.js185 ctrl : false, property
203 …t.shortcuts.push((o.ctrl ? 'ctrl' : '') + ',' + (o.alt ? 'alt' : '') + ',' + (o.shift ? 'shift' : …
275 if (o.ctrl != e.ctrlKey)