aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/xkeyboard-config/types/mousekeys
blob: 88d88a21e7092294e0b821b4d718a309102d99f8 (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";
    };
};