summaryrefslogtreecommitdiff
path: root/types/mousekeys
blob: 901848aa3753f7458c2903aaa53ac09b000d30d1 (plain)
1
2
3
4
5
6
7
8
9
10
partial default 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";
    };
};