pref hotkey fixes
This commit is contained in:
parent
1884ef15ac
commit
8d727bfc0b
1 changed files with 4 additions and 0 deletions
4
prefs.js
4
prefs.js
|
@ -1798,6 +1798,10 @@ function pref_hotkey_handler(e) {
|
||||||
return selectTab("userConfig");
|
return selectTab("userConfig");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (keycode == 88) { // x
|
||||||
|
return gotoMain();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (document.getElementById("piggie")) {
|
if (document.getElementById("piggie")) {
|
||||||
|
|
Loading…
Reference in a new issue