-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keymap handling for type folio requires improvement #19
Comments
https://github.com/reMarkable/epaper-qpa |
We just need keymaps for different languages like: https://github.com/reMarkable/epaper-qpa/tree/master/map |
Will there be any possibility for Dvorak? |
I'm using us layout and dash seems to be unmapped, meaning I can't pass arguments. |
I've been trying setting a local keymap, following https://superuser.com/a/470265 , but I can't get the keymap changed with loadkeys (and setxkbmap is for X11 I believe). Would you have any hints about what could be tried? |
Take a look at my changes for UK folio https://github.com/i-am-shodan/yaft-rm2-ukfolio |
You can define your own keymap in this array: rM2-stuff/apps/yaft/keyboard.cpp Line 167 in 4174e7c
On the dev branch I've added support for a config file and custom keymaps: 0722df1 |
Hi, where i find file with changes? |
The keymap handling here interferes with the type folio (i'm using the UK one). For instance KEY_APOSTROPHE is always mapped to the incorrect key.
Yaft should migrate to keyboard handling via https://github.com/reMarkable/epaper-qpa when the folio is attached.
rM2-stuff/apps/yaft/keyboard.cpp
Line 155 in 97a35cb
The text was updated successfully, but these errors were encountered: