mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Adds ability for user to use Meta key instead of alt for keybindings
- includes dynamically updating keybinding list
This commit is contained in:
parent
d924ede9cf
commit
8b30fdf7f1
4 changed files with 99 additions and 75 deletions
|
@ -46,6 +46,7 @@ function main() {
|
|||
errorTimeout: 4000,
|
||||
attemptHighlight: true,
|
||||
theme: "classic",
|
||||
useMetaKey: false
|
||||
};
|
||||
|
||||
document.removeEventListener("DOMContentLoaded", main, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue