File: ledcompose

package info (click to toggle)
xkeyboard-config 2.46-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,236 kB
  • sloc: xml: 10,062; python: 2,131; perl: 220; sh: 83; makefile: 17
file content (19 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

default partial xkb_compatibility "compose"  {

    virtual_modifiers   Compose;

    latchMods.clearLocks= True;
    latchMods.latchToLock= True;

    interpret Multi_key+Any {
	virtualModifier= Compose;
	action = LatchMods(modifiers=modMapMods);
    };

   indicator "Compose" {
	allowExplicit;
	whichModState= Latched;
	modifiers= Compose;
   };
};