06-17-2022, 12:40 AM
AAaaa I pressed ctrl+r and don't know if my solution sent. While trying to figure out why as well the alternative keys like = and _ weren't working I found the solution to my colemak problem. The following fixes both of them.
~/.config/sxmo/sway
input "0:0inePhone_Keyboard" {
xkb_layout us
xkb_variant colemak
xkb_model ppkb
xkb_options lv3:ralt_switch
}
AltG or the right alt would be how you use = or _ etc. To find the layout and variant you can use setup-keymap, substituting the right option. Hope it helps
~/.config/sxmo/sway
input "0:0inePhone_Keyboard" {
xkb_layout us
xkb_variant colemak
xkb_model ppkb
xkb_options lv3:ralt_switch
}
AltG or the right alt would be how you use = or _ etc. To find the layout and variant you can use setup-keymap, substituting the right option. Hope it helps