[Buildroot] [Bug 10851] Patch to handle numpad Enter key properly

bugzilla at busybox.net bugzilla at busybox.net
Fri Jan 4 20:35:56 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=10851

--- Comment #4 from Alexandre Esse <alexandre.esse.dev at gmail.com> ---
Hello,

I have the same problem. And I use another workaround that doesn't involves
patch on Buildroot.

Under X:
 - Return keycode is 36 (keysym 0xff0d, Return)
 - Enter (Keypad key) keycode is 104 (keysym 0xff8d, KP_Enter)

Then, I remap the Enter key with ~/.xmodmap.conf file containing one line:
keycode 104 = Return

And apply this configuration: xmodmap ~/.xmodmap.conf

Then, launch: make menuconfig

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list