xkb: do not nullify unused keys
This commit is contained in:
		| @@ -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 ] }; | ||||
| 	####################################### | ||||
|  | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user