summaryrefslogtreecommitdiff
path: root/test/data/types/mousekeys
blob: 0bf8384294e2a376d2ef1879bd1475ce839971e5 (plain)
1
2
3
4
5
6
7
8
9
10
default partial xkb_types "default" {
    virtual_modifiers Alt;

    type "SHIFT+ALT" {
	modifiers = Shift+Alt;
	map[Shift+Alt] = Level2;
	level_name[Level1] = "Base";
	level_name[Level2] = "Shift+Alt";
    };
};