From 591272fd1e1ae5697f276e579997dfecaab795d2 Mon Sep 17 00:00:00 2001 From: breadcat Date: Fri, 20 Sep 2013 22:40:07 +0100 Subject: Add volume control + additional work shortcuts --- index.ahk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.ahk') diff --git a/index.ahk b/index.ahk index 7258b81..44aa6d2 100644 --- a/index.ahk +++ b/index.ahk @@ -72,6 +72,8 @@ if A_OSVersion in WIN_XP RAlt & j::ShiftAltTab RAlt & k::AltTab Capslock::Backspace +!^0::SoundSet +5 ;volume up +!^9::SoundSet -5 ;volume down ^!+Up::run %A_ScriptDir%\resswitch.exe /WIDTH:1920 /HEIGHT:1080 ;1080p screen resolution ^!+Down::run %A_ScriptDir%\resswitch.exe /WIDTH:1280 /HEIGHT:720 ;720p screen resolution @@ -126,6 +128,8 @@ return ::s14b::Samsung DS5014S ::s21b::Samsung DS5021S ::s38b::Samsung DS5038S +:*:bte`t::BT Elements +:*:btd`t::BT Diverse 7110+ ;auto/tab completions :*:gd`t:: -- cgit v1.2.3