Questions tagged [autokey]
The autokey tag has no summary.
3 questions
1 vote
3 answers
3k views
How to switch between applications with one button instead of Super-Tab in a fast way?
I have been using Linux on and off for more than a decade. The one thing that keeps me from completely turning my back on Windows is an Autohotkey-Script I wrote years ago that allows me to quickly ...
2 votes
2 answers
1k views
Autokey - Focus App Window If Running, Launch App If Not
I'm trying to obtain the processID of pcmanfm like this: pgrep -f "pcmanfm" When pcmanfm is not running, the command above returns nothing (as I expect). However, when I run the command ...