Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sun Keyboard, special keys not recognized #784

Closed
ghost opened this issue Nov 4, 2021 · 0 comments
Closed

Sun Keyboard, special keys not recognized #784

ghost opened this issue Nov 4, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 4, 2021

This issue has been migrated from old Barrier Github repository debauchee/barrier#784

Issue created on: 2020-07-08 by @fesc2000
Issue last updated on: 2021-01-10

Operating Systems

Server: Linux, Ubuntu 16.04

Client: Macos 10.15

Barrier Version

2.3.2

Steps to reproduce bug

This might be more an enhancement request .. barrier would be the perfect tool to finally support the SunCopy/Paste/..etc keys under MacOs. However, when trying to define a hotkey for them they are simply not recognized.

Most other linux application either support them out of the box or allow keymapping.

xev gives:

KeyRelease event, serial 33, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 885991, (511,389), root:(1282,409),
state 0x0, keycode 137 (keysym 0xff66, Redo), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False

KeyPress event, serial 33, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 886615, (511,389), root:(1282,409),
state 0x0, keycode 139 (keysym 0xff65, Undo), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyPress event, serial 33, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 887264, (511,389), root:(1282,409),
state 0x0, keycode 141 (keysym 0x1008ff57, XF86Copy), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 887928, (511,389), root:(1282,409),
state 0x0, keycode 143 (keysym 0x1008ff6d, XF86Paste), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False

KeyPress event, serial 33, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 888544, (511,389), root:(1282,409),
state 0x0, keycode 145 (keysym 0x1008ff58, XF86Cut), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 1002540, (660,245), root:(1431,265),
state 0x0, keycode 140 (keysym 0x1005ff71, SunFront), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 1007244, (764,586), root:(1535,606),
state 0x0, keycode 142 (keysym 0x1008ff6b, XF86Open), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False

KeyPress event, serial 33, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 1008933, (757,582), root:(1528,602),
state 0x0, keycode 144 (keysym 0xff68, Find), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 30, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 993371, (607,664), root:(610,684),
state 0x0, keycode 36 (keysym 0xff0d, Return), same_screen YES,
XLookupString gives 1 bytes: (0d) "^M"
XFilterEvent returns: False

KeyRelease event, serial 33, synthetic NO, window 0x3000001,
root 0x4e0, subw 0x0, time 997820, (660,245), root:(1431,265),
state 0x0, keycode 136 (keysym 0xff69, Cancel), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False

Other info


Commented on: 2020-07-08 by @fesc2000

I have a draft to add these keys, but i did not comprehend yet why i can't assign a mapping rule for them:
fesc2000/barrier@7a49ea6


Commented on: 2020-09-18 by @github-actions[bot]

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.


Commented on: 2021-01-10 by @p12tic

Let's not close valid bug reports.


Commented on: 2021-01-10 by @p12tic

Fixed in #790.


Closed on: 2021-01-10 by @p12tic

@ghost ghost closed this as completed Nov 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants