projects
/
xorg
/
xkeyboard-config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
small changes in cymotionlinux, b.fd.o#7983
[xorg/xkeyboard-config]
/
compat
/
pc
1
// $Xorg: pc,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
2
default partial xkb_compatibility "pc" {
3
4
// Sets the "Alt" virtual modifier
5
6
virtual_modifiers Alt;
7
8
setMods.clearLocks= True;
9
interpret Alt_L+Any {
10
virtualModifier= Alt;
11
action = SetMods(modifiers=modMapMods);
12
};
13
14
interpret Alt_R+Any {
15
virtualModifier= Alt;
16
action = SetMods(modifiers=modMapMods);
17
};
18
};