Replies: 3 comments
-
|
I am also interested to know how key remap works in cosmic – the caps lock key is so conveniently reached with my stubby fingers! |
Beta Was this translation helpful? Give feedback.
-
|
I have this in my NixOS config, maybe it'll hint you at what you need to do on your end (excerpt done by opencode): Primary Method: xremap ServiceThe main way you remapped Caps Lock to Escape was through xremap ( home.file.".config/xremap/config.yml".text = ''
modmap:
- name: Global
remap:
CapsLock: Esc
'';This is coupled with a systemd user service ( Desktop Environment XKB ConfigurationYou also configured keyboard remapping directly in desktop environments:
|
Beta Was this translation helpful? Give feedback.
-
|
Regarding Cosmic and xremap, while global shortcuts ought to work (not tested) support for application specific shortcuts have not been implemented xremap/xremap#635. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On MacOS and Windows11, I can remap Caps Lock (rarely used) to any other keyboard shortcuts, like map it to sequental two keys "Meta + Space".
And I will use "Meta + Space" to switch IME.
Can this be done in Cosmic rust-based desktop environment?
Beta Was this translation helpful? Give feedback.
All reactions