Muhammed Zakir
Muhammed Zakir
Plausible if you use different modifiers. E.g. left modifier keys in "hyper", and right modifier key in combo: `hyper`+`right_shift`+`a`.
If it doesn't work, you can use variables to achieve it. Check the doc for details.
> I'm working on it any suggestion on how the text should be placed? > `` Can the position be configured? If not, I am okay with placing it on...
> [...] However I see the use case when you launched it from your window manager/desktop environment, already linked to an input feed, and you don't want to restart that...
Maybe we don't need all these? I just read man page and found this sentence interesting: > [...] The program ends when it reads "end" or "quit" (or actually anything...
> I don't think there are actual use cases where you need to change the style of the bar while running. Either you want to display some alternate state and...
See https://ke-complex-modifications.pqrs.org/#swap_ctrl_and_cmd_except_in_terminal. That does opposite of what you asked. To use that for your case, download it, change `frontmost_application_unless` to `frontmost_application_if` and add bundle identifiers of apps you use in...
Post your complex modification and the version of KE.
Test below config. Save this in `~/.config/karabiner/assets/complex_modifications/someName.json` and then import it from KE. ```json { "title": "Modified: Exchange command + arrows keys with option + arrows keys", "rules": [ {...
`Option` stands for `Alt` in macOS with some additional features. Can you give more details?