klfc icon indicating copy to clipboard operation
klfc copied to clipboard

understanding the "singleton" keys entry

Open ninrod opened this issue 6 years ago • 1 comments

Hi @39aldo39. I have a file that has this entry

  "singletonKeys": [
    ["Alt_R", "Control"],
    ["CapsLock", "Escape"]
  ],

When I run the ./run-session.sh script, this works.

whey I run the install-system.sh (as root) and install-xcompose scripts and restart my machine, the configuration is not applied.

the results should be the same shouldnt they?

ninrod avatar Aug 03 '17 03:08 ninrod

The results certainly should be the same. Have you changed your keyboard layout after rebooting to the new one? It can be selected by the GUI of your window manager, or by setxkbmap name, where name is the name of your layout. By default, this is custom.

39aldo39 avatar Sep 22 '17 21:09 39aldo39