Everything I read says it’s a feature enabled in what ever compositor you choose, if your compositor supports it. Why isn’t there a general purpose keybinding program like setxkbmap? Does it just not exist yet or must it be built into the compositor?

I’ve read [this stackexchange thread] on something related but it all seems to be using XKB which should imply I’m using XWayland?

  • thingsiplay@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    @sudo I actually don’t know if this program exists in Wayland, but I use a startup script to bind the key:

    #!/bin/sh
    setxkbmap -option caps:escape
    
    

    For whatever reason, after a system update with the package manager, sometimes I need to rerun the script. It’s part of my update process, at the end of it.