understanding the "singleton" keys entry
ninrod opened this issue · 1 comments
ninrod commented
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?
39aldo39 commented
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
.