You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As title says. Going by key mapper, I believe the style folder uses enter (keycode 66) instead of dpad_center but need to learn how to validate this properly, since I was just using the key mapper app from play store and I cannot see the exact keycode from there.
Will likely write a fix for this myself since it is bugging me, but incase anyone else runs into this, it's not just you.
Also if you want to use the extra key as boss key, its keycode 134.
The text was updated successfully, but these errors were encountered:
Some notes from the PR I wrote w testing: this does not override behaviour of the key you set if you use it for enter key
ex. if you are typing in Telegram and have confirm key set to enter (66) then it will always follow app behaviour first over the mouse cursor behaviour
As title says. Going by key mapper, I believe the style folder uses
enter
(keycode 66) instead ofdpad_center
but need to learn how to validate this properly, since I was just using the key mapper app from play store and I cannot see the exact keycode from there.Will likely write a fix for this myself since it is bugging me, but incase anyone else runs into this, it's not just you.
Also if you want to use the extra key as boss key, its keycode
134
.The text was updated successfully, but these errors were encountered: