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
I tried this software, and discovered it works for drawing an 'f' to execute the command 'firefox -p' to launch Firefox - that's great.
I can see also that it would work for launching scripts, so
a script to check/kill or launch an application should be easy to enter as a Command ~/Admin/strawberry.sh
However, many 'gestures' I use are simply keyboard shortcuts... like Tab: Close Ctrl_W Reopen Sh_Ctrl_N Overview Alt+F11 set in shortcuts etc. and I cannot figure out how to change 'command' to 'keyboard'.
The text was updated successfully, but these errors were encountered:
Ok, making some progress now...
I'm using ydo tool, but it's not easy to input commands, so I'm using scripts.
#!/usr/bin/env bash
YDOTOOL_SOCKET="$HOME/.ydotool_socket" ydotool key 29:1 17:1 29:0 17:0
# Ctrl+W to close a tab. (see /usr/include/linux/input-event-codes.h for available codes)
# KEY_W 17
# KEY_LEFTCTRL 29
This works well.
Now the main issue is that the 'shape' key is denied, so I have no middle mouse button function on my desktop (for example, middle-click scrolling Firefox).
I tried this software, and discovered it works for drawing an 'f' to execute the command 'firefox -p' to launch Firefox - that's great.
I can see also that it would work for launching scripts, so
a script to check/kill or launch an application should be easy to enter as a Command ~/Admin/strawberry.sh
However, many 'gestures' I use are simply keyboard shortcuts... like Tab: Close
Ctrl_W
ReopenSh_Ctrl_N
OverviewAlt+F11
set in shortcuts etc. and I cannot figure out how to change 'command' to 'keyboard'.The text was updated successfully, but these errors were encountered: