How to disable an AutoKey script while in a specific program?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
This is a regular expression question.
I use AutoKey on Debian to execute custom commands with hotkeys, such as Super-E to toggle Nautilus.
But sometimes I run a VM in VirtualBox and AutoKey is toggling my host Nautilus while in the VM guest (hijacking it) which I don't want.
AutoKey has a 'Window Filter' in each script's settings where you can, with a regular expression, restrict what window class or title to enable the script with.
What I need then is a regex to express 'any window class except VirtualBox'.
AutoKey is python-based, so that may be its type of regex to use.
What regular expression will work in AutoKey to disable a script on just one window class?
(There is some discussion here with regex examples that demonstrably don't work.)
regular-expression keyboard-shortcuts
add a comment |Â
up vote
0
down vote
favorite
This is a regular expression question.
I use AutoKey on Debian to execute custom commands with hotkeys, such as Super-E to toggle Nautilus.
But sometimes I run a VM in VirtualBox and AutoKey is toggling my host Nautilus while in the VM guest (hijacking it) which I don't want.
AutoKey has a 'Window Filter' in each script's settings where you can, with a regular expression, restrict what window class or title to enable the script with.
What I need then is a regex to express 'any window class except VirtualBox'.
AutoKey is python-based, so that may be its type of regex to use.
What regular expression will work in AutoKey to disable a script on just one window class?
(There is some discussion here with regex examples that demonstrably don't work.)
regular-expression keyboard-shortcuts
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This is a regular expression question.
I use AutoKey on Debian to execute custom commands with hotkeys, such as Super-E to toggle Nautilus.
But sometimes I run a VM in VirtualBox and AutoKey is toggling my host Nautilus while in the VM guest (hijacking it) which I don't want.
AutoKey has a 'Window Filter' in each script's settings where you can, with a regular expression, restrict what window class or title to enable the script with.
What I need then is a regex to express 'any window class except VirtualBox'.
AutoKey is python-based, so that may be its type of regex to use.
What regular expression will work in AutoKey to disable a script on just one window class?
(There is some discussion here with regex examples that demonstrably don't work.)
regular-expression keyboard-shortcuts
This is a regular expression question.
I use AutoKey on Debian to execute custom commands with hotkeys, such as Super-E to toggle Nautilus.
But sometimes I run a VM in VirtualBox and AutoKey is toggling my host Nautilus while in the VM guest (hijacking it) which I don't want.
AutoKey has a 'Window Filter' in each script's settings where you can, with a regular expression, restrict what window class or title to enable the script with.
What I need then is a regex to express 'any window class except VirtualBox'.
AutoKey is python-based, so that may be its type of regex to use.
What regular expression will work in AutoKey to disable a script on just one window class?
(There is some discussion here with regex examples that demonstrably don't work.)
regular-expression keyboard-shortcuts
asked Apr 19 at 6:19
AKuser
11
11
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f438651%2fhow-to-disable-an-autokey-script-while-in-a-specific-program%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password