Skip to content

Instantly share code, notes, and snippets.

@ronjouch
ronjouch / ronj-autohotkey.ahk
Created April 20, 2012 13:28
Collection of AutoHotkey scripts I use
; Variables definition
; -----------------------------------------------------------------------------
EnvGet, userProfile, USERPROFILE
Software := userProfile . "\Dropbox\software\"
; Launch or toggle program, http://lifehacker.com/5468862/create-a-shortcut-key-for-restoring-a-specific-window
; -----------------------------------------------------------------------------
ToggleWinMinimize(WindowTitle)
{
SetTitleMatchMode,2
@javajawa
javajawa / 'Standard' Tags
Created November 21, 2011 15:42
Foobar Formatting for my Tag sets
Track Title=TITLE;
SubTitle=SUBTITLE;
Artist Name=ARTIST;
Album Title=ALBUM;
Compostition=COMPOSITION;
Date=DATE;
Genre=GENRE;
Composer=COMPOSER;
Performer=PERFORMER;
Conductor=CONDUCTOR;