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:
Jules Aguillon 2022-10-23 23:09:58 +02:00
parent baec5a76ee
commit e1145d3851

View File

@ -40,9 +40,6 @@ public class ExtraKeyCheckBoxPreference extends CheckBoxPreference
{
switch (name)
{
case "alt":
case "meta":
return true;
default:
return false;
}