View ccd.sh
# Allow for quick navigation of your filesystem. | |
# Example usage: | |
# ccd ~ Co sr stu | |
# This would move you to the folder ~/Code/src/stuff because it's translated as: | |
# cd ~ | |
# cd Co | |
# cd Co* (this is tried because "Co" doesn't exist) | |
# cd sr | |
# cd sr* |
View g600.ahk
; Sun 06/23/2019 - 02:20 PM | |
; Adam13531 | |
; | |
; This will change the current mouse mode on the Logitech G600 since there | |
; doesn't seem to be an official API for it. | |
; | |
; This whole thing was pretty tedious. There are several starting states to | |
; consider: | |
; 1. LCore.exe isn't running at all (probably uncommon) | |
; 2. LCore.exe is running but is minimized to the system tray (common) |