- Added PgUp, PgDn, Home, and End to terminal keymap on Cmd+Up/Dn/Left/Right

This commit is contained in:
Ben Reaves
2020-02-19 02:02:57 -06:00
parent b846b29ff1
commit 5207428abd
5 changed files with 75 additions and 16 deletions

11
.xkb/types/mac_term Normal file
View File

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