projects
/
xorg
/
xkeyboard-config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fixing https://freedesktop.org/bugzilla/show_bug.cgi?id=1563
[xorg/xkeyboard-config]
/
types
/
mousekeys
1
// $Xorg: mousekeys,v 1.3 2000/08/17 19:54:48 cpqbld Exp $
2
//
3
partial default xkb_types "default" {
4
virtual_modifiers Alt;
5
6
type "SHIFT+ALT" {
7
modifiers = Shift+Alt;
8
map[Shift+Alt] = Level2;
9
level_name[Level1] = "Base";
10
level_name[Level2] = "Shift+Alt";
11
};
12
};
13