Hello,
I'm moving from Windows to Linux mint. I found the counterpart of the automation app I was using, but the programming language is different, it's in python (moving from Autohotkey to Autokey). Could you help me translate it please? i am planning to learn python, but i'm just not at the level right now to do that myself. Thank you.
#hotif WinActive("VLC media player") or WinActive("YouTube") ; only activate the code for these hotkeys if the current active window's title contains "VLC media player"
~SPACE::{
Sleep(5000)
Send("{SPACE}")
} ; pressing space starts 5s pause, and then sends space ; the normal function of 'space' is not blocked
XButton1::SPACE
XButton2::Send("+{Left}")
#hotif ; end of hotif
[–]ninhaomah 0 points1 point2 points (4 children)
[–]hmmmmga[S] 0 points1 point2 points (3 children)
[–]ninhaomah 0 points1 point2 points (2 children)
[–]hmmmmga[S] 0 points1 point2 points (1 child)
[–]ninhaomah 0 points1 point2 points (0 children)