xkb: do not nullify unused keys

This commit is contained in:
Yuri Zamyatin 2025-05-27 08:38:53 +00:00
parent 2dd96e8315
commit d2798fd99b
2 changed files with 0 additions and 24 deletions

View File

@ -78,16 +78,4 @@ xkb_symbols "yurmak" {
#######################################
############# disable old #############
# This block disables old mappings completely
# so that your only option is to use new ones.
# Feel free to remove it, nothing will break =)
key.type = "ONE_LEVEL";
replace key <ESC> { [ VoidSymbol ] };
replace key <LEFT> { [ VoidSymbol ] };
replace key <UP> { [ VoidSymbol ] };
replace key <RGHT> { [ VoidSymbol ] };
replace key <DOWN> { [ VoidSymbol ] };
#######################################
};

View File

@ -78,16 +78,4 @@ xkb_symbols "yurmak" {
#######################################
############# disable old #############
# This block disables old mappings completely
# so that your only option is to use new ones.
# Feel free to remove it, nothing will break =)
key.type = "ONE_LEVEL";
replace key <ESC> { [ VoidSymbol ] };
replace key <LEFT> { [ VoidSymbol ] };
replace key <UP> { [ VoidSymbol ] };
replace key <RGHT> { [ VoidSymbol ] };
replace key <DOWN> { [ VoidSymbol ] };
#######################################
};