~ebababi/xkeyboard-config/xkeyboard-config

« back to all changes in this revision

Viewing changes to types/caps

  • Committer: Sergey Udaltsov
  • Author(s): Nik Kopylov
  • Date: 2017-04-30 23:41:08 UTC
  • Revision ID: git-v1:10cf5acd90327a0b9e115964c8c4f52b4575cd4b
Descriptions formatting, typos and mistakes v2

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
};
45
45
 
46
46
// CapsLock uses internal capitalization rules,
47
 
// Shift doesn't cancel CapsLock.
 
47
// Shift does not cancel CapsLock.
48
48
partial xkb_types "internal_nocancel" {
49
49
    type "ALPHABETIC" {
50
50
        modifiers = Shift;
124
124
};
125
125
 
126
126
// CapsLock acts as Shift with locking,
127
 
// Shift doesn't cancel CapsLock.
 
127
// Shift does not cancel CapsLock.
128
128
partial xkb_types "shift_nocancel" {
129
129
    type "ALPHABETIC" {
130
130
        modifiers = Shift+Lock;