diff options
| author | Jules Aguillon | 2022-10-23 23:09:58 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-10-23 23:09:58 +0200 |
| commit | e1145d385124ac0d94c79800793ba8f7d281fad4 (patch) | |
| tree | 5df18bd01fd32ef104166290169680956ef13d60 /srcs | |
| parent | baec5a76ee51e86c8256423924331908da75279f (diff) | |
| download | unexpected-keyboard-e1145d385124ac0d94c79800793ba8f7d281fad4.tar.gz unexpected-keyboard-e1145d385124ac0d94c79800793ba8f7d281fad4.zip | |
Disable Alt and Meta by default
The Meta key is not useful.
The Alt key can be used in a terminal but is not useful to a part of
terminal users.
Diffstat (limited to 'srcs')
| -rw-r--r-- | srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java b/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java index c75ed08..8787b6b 100644 --- a/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java +++ b/srcs/juloo.keyboard2/ExtraKeyCheckBoxPreference.java @@ -40,9 +40,6 @@ public class ExtraKeyCheckBoxPreference extends CheckBoxPreference { switch (name) { - case "alt": - case "meta": - return true; default: return false; } |
