This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xywh(x:="", y:="", w:="", h:="") { | |
return value("x", x) . value("y", y) . value("w", w) . value("h", h) | |
} | |
value(letter, v) { | |
static prev_x, prev_y, prev_w, prev_h | |
if v contains +,- | |
v := eval(prev_%letter% . v) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#noEnv | |
#persistent | |
#singleInstance, force | |
close_types := "winClose | postMessage | winKill | process" | |
hotkey, !F4, close_window_f | |
; hotkey, #q, close_window_f | |
return ; end of auto-execute --------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TaskerData sr="" dvi="1" tv="5.15.14"> | |
<Task sr="task775"> | |
<cdate>1653984629316</cdate> | |
<edate>1655136097308</edate> | |
<id>775</id> | |
<nme>python termux ></nme> | |
<pri>100</pri> | |
<Action sr="act0" ve="7"> | |
<code>547</code> | |
<label>set par1</label> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/data/data/com.termux/files/usr/bin/python | |
import sys | |
import subprocess | |
file = sys.argv[1] | |
args = ' '.join(map(str, sys.argv[2:])) | |
subprocess.run(['python', file, args]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#noEnv | |
#singleInstance, force | |
sendMode, input | |
return | |
!l:: goSub, get_text_to_launch | |
!+l::goSub, text_launcher ; repeat last selection | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^!b:: | |
if (orb_list = "") | |
{ | |
orb_list = | |
(lTrim | |
autoTrim | autoTrim | "off" | |
batchLines | setBatchLines | -1 | |
controlDelay | setControlDelay | -1 | |
coordModeCaret | coordMode, caret | "client" | |
coordModeMenu | coordMode, mouse | "client" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import getpass | |
import os.path | |
import subprocess | |
keyboard.send_keys("<ctrl>+c") | |
time.sleep(0.2) | |
str = clipboard.get_clipboard() | |
if "/.wine/" not in str: # if path is a native linux folder | |
user = getpass.getuser() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
[wrap list] | |
( = (TXT) | |
`[ = [TXT] | |
{ = {TXT} | |
< = <TXT> | |
> = >TXT< | |
a = /`*TXT*`/ | |
h = <!-- TXT --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
[hotkeys] | |
!p = C:\Users\%a_userName%\Pictures\.i.mages | |
[browser] | |
ahk_exe chrome.exe | |
ahk_exe firefox.exe | |
ahk_exe iexplore.exe | |
ahk_exe vivaldi.exe |
NewerOlder