From beb80faba8853c594644d7b66c23208d3b308175 Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 2 Jun 2015 20:07:30 +0100 Subject: Small fixes and additions --- functions.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.ahk') 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} -- cgit v1.2.3