Numpad Arrow jogging not working

Hi,

I am on Linux Mint 20 and using LightBurn 0.9.20, built So 2020-12-20
NumLock is enabled.
Jogging with mouse works.
$J jogging is enabled. Konsole Output:

$J=G21 G90 X400 F7000
ok

ok
?
<Idle|WPos:222.088,194.138,0.000|Bf:99,254|FS:0,0|Pn:P>
ok

Pressing Numpad “8” I get following Keyevents:

KeyPress event, serial 38, synthetic NO, window 0x8000001,
root 0x2fe, subw 0x0, time 84226362, (144,68), root:(2605,582),
state 0x10, keycode 80 (keysym 0xffb8, KP_8), same_screen YES,
XLookupString gives 1 bytes: (38) “8”
XmbLookupString gives 1 bytes: (38) “8”
XFilterEvent returns: False

KeyRelease event, serial 38, synthetic NO, window 0x8000001,
root 0x2fe, subw 0x0, time 84226522, (144,68), root:(2605,582),
state 0x10, keycode 80 (keysym 0xffb8, KP_8), same_screen YES,
XLookupString gives 1 bytes: (38) “8”
XFilterEvent returns: False

If NumLock is off:

KeyPress event, serial 38, synthetic NO, window 0x8000001,
root 0x2fe, subw 0x0, time 84322156, (174,10), root:(2635,524),
state 0x0, keycode 80 (keysym 0xff97, KP_Up), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 38, synthetic NO, window 0x8000001,
root 0x2fe, subw 0x0, time 84322308, (174,10), root:(2635,524),
state 0x0, keycode 80 (keysym 0xff97, KP_Up), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False

Thanks for any help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.