workman-layout / Workman

Workman keyboard layout
https://workmanlayout.org/
Other
908 stars 112 forks source link

The left arrow key is non-functional when using xmodmap #70

Open TheBlueOompaLoompa opened 3 years ago

TheBlueOompaLoompa commented 3 years ago

I press the key and it doesn't do anything, the Numpad left arrow still works. I have made my own patch to fix the problem on my home computer, I'm on a Chromebook right now which has workman built-in and working so I can't create a pull request right now.

rdixitv commented 2 years ago

Same problem here. What did you change in order to patch it?

TheBlueOompaLoompa commented 2 years ago

For some reason they have the left key set to mode switch, so on line 58 change keycode 113 = Mode_switch Mode_switch to keycode 113 = Left Left

Edit: Sorry, I forgot to specify I'm using xmodmap to configure my keyboard

TheBlueOompaLoompa commented 2 years ago

74