~ubuntu-branches/ubuntu/precise/xkeyboard-config/precise

« back to all changes in this revision

Viewing changes to symbols/capslock

  • Committer: Steve Langasek
  • Date: 2009-12-23 08:05:48 UTC
  • mfrom: (12.2.3 sid)
  • Revision ID: vorlon@debian.org-20091223080548-iyd4vxqipg43onuu
mergeĀ 1.7-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    key <CAPS> {        [       BackSpace  ]       };
42
42
};
43
43
 
 
44
partial hidden modifier_keys
 
45
xkb_symbols "super" {
 
46
    key <CAPS> {        [       Super_L  ]       };
 
47
    modifier_map Mod4   { <CAPS> };
 
48
};
 
49
 
 
50
partial hidden modifier_keys
 
51
xkb_symbols "hyper" {
 
52
    key <CAPS> {        [       Hyper_L  ]       };
 
53
    modifier_map Mod4   { <CAPS> };
 
54
};
 
55
 
 
56
partial hidden modifier_keys
 
57
xkb_symbols "none" {
 
58
    key <CAPS> {        [       VoidSymbol  ]       };
 
59
};
 
60
 
 
61
partial hidden modifier_keys
 
62
xkb_symbols "numlock" {
 
63
    key <CAPS> {        [       Num_Lock  ]       };
 
64
};
 
65