You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what I get when I press and release it (time 1733703073 is when I press, and 1733703077 is when I release):
Event: time 1733703073.693423, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1733703073.693423, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 1
Event: time 1733703073.693423, -------------- SYN_REPORT ------------
Event: time 1733703073.694785, type 4 (EV_MSC), code 4 (MSC_SCAN), value 2a
Event: time 1733703073.694785, type 1 (EV_KEY), code 42 (KEY_LEFTSHIFT), value 1
Event: time 1733703073.694785, -------------- SYN_REPORT ------------
Event: time 1733703073.696210, type 4 (EV_MSC), code 4 (MSC_SCAN), value 6e
Event: time 1733703073.696210, -------------- SYN_REPORT ------------
Event: time 1733703077.163243, type 4 (EV_MSC), code 4 (MSC_SCAN), value 6e
Event: time 1733703077.163243, -------------- SYN_REPORT ------------
Event: time 1733703077.170644, type 4 (EV_MSC), code 4 (MSC_SCAN), value 2a
Event: time 1733703077.170644, type 1 (EV_KEY), code 42 (KEY_LEFTSHIFT), value 0
Event: time 1733703077.170644, -------------- SYN_REPORT ------------
Event: time 1733703077.175152, type 4 (EV_MSC), code 4 (MSC_SCAN), value db
Event: time 1733703077.175152, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 0
Event: time 1733703077.175152, -------------- SYN_REPORT ------------
I was hoping to be able to turn this into the traditional Right-Control again, but it seems to me that it is already a combination of 2 modifiers + 1 regular key.
I tried this:
As you can see when the key is pressed, Input Remapper registers the modifiers and ignores the F23 keycode. So I guess this means "turn LeftShift+WinKey --> RightCtrl" but then this would effectively turn it into a "RightCtrl - F23" combination?
I have not managed to get this to work, just wondering if there is any way for Input Remapper to even achieve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have read that the Windows Copilot key generates a the key combination LeftShift-WindowsKey-F23.
This is what I get when I press and release it (time 1733703073 is when I press, and 1733703077 is when I release):
I was hoping to be able to turn this into the traditional Right-Control again, but it seems to me that it is already a combination of 2 modifiers + 1 regular key.
I tried this:
As you can see when the key is pressed, Input Remapper registers the modifiers and ignores the F23 keycode. So I guess this means "turn LeftShift+WinKey --> RightCtrl" but then this would effectively turn it into a "RightCtrl - F23" combination?
I have not managed to get this to work, just wondering if there is any way for Input Remapper to even achieve this?
Beta Was this translation helpful? Give feedback.
All reactions