[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Unable to rebind keyboard device in vm-display-fbdev (FrameBuffer) (#575)

Ken Dickey notifications at github.com
Sun Jul 25 21:06:13 UTC 2021


With libevdev, mouse and keyboard are bound to devices in /dev/input with names like "event0" and "event1".
Different keyboard/mouse hw binds to different numbers, so it is important to allow overrides via shell variables.
E.g. 
SQUEAK_MSDEV=/dev/input/event1
SQUEAK_KBDEV=/dev/input/event0
vs 
SQUEAK_MSDEV=/dev/input/event0
SQUEAK_KBDEV=/dev/input/event1

Mouse rebinding works, but not keyboard rebinding.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/575
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210725/616aebba/attachment.html>


More information about the Vm-dev mailing list