Remap insert and delete on razer to have ./
This commit is contained in:
@@ -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 ] };
|
||||
};
|
||||
|
Reference in New Issue
Block a user