mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-02-16 17:41:21 +01:00
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.
This commit is contained in:
parent
baec5a76ee
commit
e1145d3851
@ -40,9 +40,6 @@ public class ExtraKeyCheckBoxPreference extends CheckBoxPreference
|
||||
{
|
||||
switch (name)
|
||||
{
|
||||
case "alt":
|
||||
case "meta":
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user