Remap insert and delete on razer to have ./

This commit is contained in:
2021-08-03 09:01:31 -06:00
parent 334e568a2b
commit d5296e70c3
2 changed files with 11 additions and 1 deletions

View File

@@ -15,3 +15,13 @@ xkb_symbols "ralt_as_hyper" {
replace key <RALT> { [ Hyper_L, Hyper_L ] };
modifier_map Mod3 { <RALT>, Hyper_L };
};
partial alphanumeric_keys
xkb_symbols "ins_as_dot" {
replace key <INS> { [ period, greater ] };
};
partial alphanumeric_keys
xkb_symbols "del_as_slash" {
replace key <DELE> { [ slash, question ] };
};