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
Assigned mapping from "Shift_L" ( keysym 0xffe1, key code 50)
WARNING: No keycode found for keysym Pointer_Button_Dflt (0xfee8) in mapping Shift_L. Ignoring this mapping.
Failed to parse_mapping
$ xcape -d -t 500 -e 'Shift_L=Pointer_Button1'
Assigned mapping from "Shift_L" ( keysym 0xffe1, key code 50)
WARNING: No keycode found for keysym Pointer_Button1 (0xfee9) in mapping Shift_L. Ignoring this mapping.
Failed to parse_mapping
Assigned mapping from "Shift_L" ( keysym 0xffe1, key code 50)
WARNING: No keycode found for keysym Pointer_DblClick_Dflt (0xfeee) in mapping Shift_L. Ignoring this mapping.
Failed to parse_mapping
$ xcape -d -t 500 -e 'Shift_L=Pointer_DblClick1'
Assigned mapping from "Shift_L" ( keysym 0xffe1, key code 50)
WARNING: No keycode found for keysym Pointer_DblClick1 (0xfeef) in mapping Shift_L. Ignoring this mapping.
Failed to parse_mapping
The text was updated successfully, but these errors were encountered:
I want to map a momentary press of the Shift key to a mouse left click (or double click).
Is this possible with xcape?
In /usr/include/X11/keysymdef.h I found these definitions:
Trying to use any of those results in an error.
$ xcape -d -t 500 -e 'Shift_L=Pointer_Button_Dflt'
$ xcape -d -t 500 -e 'Shift_L=Pointer_Button1'
$ xcape -d -t 500 -e 'Shift_L=Pointer_DblClick_Dflt'
$ xcape -d -t 500 -e 'Shift_L=Pointer_DblClick1'
The text was updated successfully, but these errors were encountered: