Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js167 if ((shortcutKeysWereEnabled = shortcutKeysEnabled) === true) {
191 var shortcutKeysEnabled = false; variable
202 if (!shortcutKeysEnabled && !(keycode == 27 && e.shiftKey)) { return true; }
1279 shortcutKeysEnabled = onOff;
1283 …rtcut keys currently " + (shortcutKeysEnabled ? "enabled" : "disabled") + ".\nToggle shortcut keys…
1284 SetShortcutKeysEnabled(!shortcutKeysEnabled);