summaryrefslogtreecommitdiffstats
path: root/functions.ahk
diff options
context:
space:
mode:
authorbreadcat2015-06-02 20:07:30 +0100
committerbreadcat2015-06-02 20:07:30 +0100
commitbeb80faba8853c594644d7b66c23208d3b308175 (patch)
tree93c65c1a874476986c1790d33b1f433d467c59d6 /functions.ahk
parent38354ff713b873ca4adae0eb949e2345c3f20428 (diff)
downloadahka-beb80faba8853c594644d7b66c23208d3b308175.tar.gz
ahka-beb80faba8853c594644d7b66c23208d3b308175.tar.bz2
ahka-beb80faba8853c594644d7b66c23208d3b308175.zip
Small fixes and additions
Diffstat (limited to 'functions.ahk')
-rw-r--r--functions.ahk4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.ahk b/functions.ahk
index 652f1f3..69966d1 100644
--- a/functions.ahk
+++ b/functions.ahk
@@ -264,7 +264,7 @@ usePlaybackDevice(device) {
WinClose, Sound ahk_class #32770
}
-winSplit() { ;split active and previous window side by side, press again to swap positions
+winSplit() { ;split active and previous window side by side
Tile("R")
Sleep, 15
Send {AltDown}{Tab}{AltUp}
@@ -274,7 +274,7 @@ winSplit() { ;split active and previous window side by side, press again to swap
Send {AltDown}{Tab}{AltUp}
}
-winSplitH() { ;split active and previous window on top of each other, press again to swap positions
+winSplitH() { ;split active and previous window on top of each other
Tile("T")
Sleep, 15
Send {AltDown}{Tab}{AltUp}