- Edit configuration file (putty-quake-console.ini)
- Open PuTTY session.
- Launch putty-quake-console.ahk
- Use configured keybinding to show/hide PuTTY
- putty_path : Absolute path to putty.exe (or kitty.exe)
- putty_args : Putty arguments
- putty_type : specify either "PuTTY" or "KiTTY", depending on which you're using
- hotkey = key combination to show/hide putty
- session_mode : unused at this time
- session_path : unused at this time
- start_hidden : show mintty.exe when script is started (0) or wait for hotkey (1)
- initial_height : height (in pixels) of the mintty console
- pinned_by_default : set to 0 to automatically hide mintty when it loses focus
- animation_step : number of pixels to shift each step of the slide animation
- animation_timeout : how long (in ms) to wait between each animation_step
- Launch putty session from the script
- GUI for settings