[Bug 244290] x11-wm/xfce4 does not see up arrow after reinstall

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 21 10:59:12 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244290

--- Comment #8 from Jethro Nederhof <jethro at jethron.id.au> ---
xev output, down arrow which works fine and is what you'd expect, followed by
up arrow which fails:

======================================================================
# Down arrow, works OK
KeyPress event, serial 37, synthetic NO, window 0x2a00001,
    root 0x51, subw 0x0, time 9668719, (-1695,451), root:(138,1326),
    state 0x10, keycode 116 (keysym 0xff54, Down), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x2a00001,
    root 0x51, subw 0x0, time 9668800, (-1695,451), root:(138,1326),
    state 0x10, keycode 116 (keysym 0xff54, Down), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

# Up arrow, doesn't work
FocusOut event, serial 37, synthetic NO, window 0x2a00001,
    mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 37, synthetic NO, window 0x2a00001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 37, synthetic NO, window 0x0,
    keys:  37  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
======================================================================
If I disable the 'Print' shortcut above then I get the 'Up' KeyRelease event
like in your xev output as expected.

It affects everything in the XFCE session, terminal, firefox, text editors,
menus. If I leave xfce and drop to a regular non-X console the up-arrow works
fine, then I can run startxfce4 and the issue returns unless I remove that
keyboard shortcut. This is a FreeBSD guest in VirtualBox running 13-CURRENT on
a Windows 10 host with a Corsair K70 keyboard.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-xfce mailing list