mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 13:53:26 +00:00
Adds ability for user to use Meta key instead of alt for keybindings
- includes dynamically updating keybinding list
This commit is contained in:
@@ -46,6 +46,7 @@ function main() {
|
||||
errorTimeout: 4000,
|
||||
attemptHighlight: true,
|
||||
theme: "classic",
|
||||
useMetaKey: false
|
||||
};
|
||||
|
||||
document.removeEventListener("DOMContentLoaded", main, false);
|
||||
|
||||
Reference in New Issue
Block a user