Chord Picker beta 2.0b
Fixed order Harmonic Major/Minor chords
Added Set existing Chord to Rest, Shot or Hold
Added Custom Actions Tool Tab
To create your own Actions for the buttons rename "Action name"
Gui, Add, Button, x22 y100 w90 h20 gButtonCA1-1, Action Name
then go down the text or search for "ButtonCA1-1:"
ButtonCA1-1:
winactivate,ahk_class TBandWindow
Send C
Return
it is sending c as default, change the keysend to what you like, save and run.
For example, if we want to make Custom Actions 1 Button 1 Unfold:
Gui, Add, Button, x22 y100 w90 h20 gButtonCA1-1, Unfold
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ButtonCA1-1:
winactivate,ahk_class TBandWindow
Send !e
Send {Down 10}
Send {Right 1}
Send {Down 5}
Send {Enter}
Return
Send !e = Alt+E to open the edit menu.
More info
http://www.pgmusic.com/forums/ubbthreads.php?ubb=showflat&Number=464478Using Combination Keys:
http://xahlee.info/mswin/autohotkey_key_notations.htmlExe and script
https://www.dropbox.com/s/8youk0drvuanrdj/Biab%20Chord%20Picker%20beta%202.0b.zip?dl=1Script only
https://www.dropbox.com/s/403g9sz4oxm326i/Biab%20Chord%20Picker%20beta%202.0b.ahk?dl=1 View Full Screen