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