[Linux] Home is also Hyper

This commit is contained in:
2016-10-24 17:16:16 -07:00
parent e39e4f642e
commit 9c29e3b94f
2 changed files with 7 additions and 1 deletions

View File

@@ -3,3 +3,9 @@ xkb_symbols "rwin_as_hyper" {
replace key <RWIN> { [ Hyper_L ] };
modifier_map Mod3 { <RWIN>, Hyper_L, Hyper_R };
};
partial modifier_keys
xkb_symbols "home_as_hyper" {
replace key <HOME> { [ Hyper_L ] };
modifier_map Mod3 { <HOME>, Hyper_L, Hyper_R };
};