QoL hack around 65% keyboard

This commit is contained in:
Grigory Shipunov 2023-02-13 21:55:04 +01:00
parent 5183b34e75
commit 6488c458f8
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 18 additions and 7 deletions

View file

@ -0,0 +1,6 @@
default partial alphanumeric_keys
xkb_symbols "basic" {
include "us(basic)"
name[Group1] = "English 65% tilde";
key <ESC> {[ Escape, asciitilde ]};
};