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
; Note: This EXE was compiled from an AutoHotkey script | |
; http://www.autohotkey.com/docs/Tutorial.htm | |
; # is windows key | |
; ^ is control | |
; ! is alt | |
; + is Shift | |
; & An ampersand may be used between any two keys or mouse buttons to combine them into a custom hotkey. | |
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
; ======================================================================== | |
; Brings Outlook reminders on top of other windows | |
; ------------------------------------------------------------------------ | |
; Version: 2019.04.29 | |
; Updated: Toby Garcia | |
; Source: https://gist.github.com/Saibot942/ | |
; | |
; Based on: v1.0.0 | |
; Copyright (c) 2018 Kenneth Bernhard Kjeldsen | |
; Homepage: https://github.com/kbkjeldsen/outlook-reminders-on-top |
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
; ======================================================================== | |
; Ticket handling tools for Kronos Cloud teams | |
; ======================================================================== | |
; | |
; Version: 2020.02.05 | |
; Updated: Toby Garcia | |
; Source: https://gist.github.com/Saibot942/100698e08bd9284aaf738a6ac11c5ceb | |
; | |
; ======================================================================== | |
; |
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
; ======================================================================== | |
; Screen dimming hack for desktop computers (mimics laptop brightness controls) | |
; ======================================================================== | |
; | |
; Version: 2017.01.30 | |
; Adapted: Toby Garcia | |
; Source: https://gist.github.com/Saibot942/f578e19954b4765c06996bfcd383d274 | |
; | |
; Original: jNizM | |
; Source: https://www.autohotkey.com/boards/viewtopic.php?p=42396#p42396 |
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
; ======================================================================== | |
; Save and restore open window screen positions across multiple monitors when docking/undocking laptop | |
; ======================================================================== | |
; | |
; Version: 2017.08.24 | |
; Adapted: Toby Garcia | |
; Source: https://gist.github.com/Saibot942/4ef56f8b52ef76a90f30144c1356e3a5 | |
; | |
; Original: Paul Troiano, 6/2014 | |
; Updated: Ashley Dawson 7/2015 |
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
;******************************************************************************* | |
; Use gmail shortcut keys in Outlook desktop client | |
;******************************************************************************* | |
; | |
; Version: 2019.06.26 | |
; Updated: for Outlook 2016 by Toby Garcia | |
; Source: https://gist.github.com/Saibot942/1698f89506bd608c9852a82dd0645cb4 | |
; | |
; Author: Lowell Heddings (How-To Geek) | |
; URL: http://lifehacker.com/5175724/.....gmail-keys |