mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-20 17:57:52 +02: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)
|
switch (name)
|
||||||
{
|
{
|
||||||
case "alt":
|
|
||||||
case "meta":
|
|
||||||
return true;
|
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user