- Updated xkb configs to accept macOS word-wise text manipulations. Closes #2.

This commit is contained in:
Ben Reaves
2019-08-04 03:05:07 -05:00
parent bd4cbe291c
commit 38ddc55df7
5 changed files with 55 additions and 9 deletions

11
.xkb/types/mac_onelvl Normal file
View File

@@ -0,0 +1,11 @@
default partial xkb_types "addmac_onelvl" {
type "ONE_LEVEL_CTRL" {
modifiers= Shift+Control;
map[Shift]= Level2;
map[Control]= Level3;
map[Shift+Control]= Level3;
level_name[Level1]= "Base";
level_name[Level2]= "Caps";
level_name[Level3]= "With Control";
};
};