Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Child pages (Children Display)

  • This is usually the first programming language that I recommend people use, other than Excel formulas.

 

 

Useful code snippets

 

Code Block
titleSet 'Capslock' to mute / unmute, and set Shift+Win and Shift+LAlt to volume-up and volume-down.
collapsetrue
Capslock::SoundSet, +1, , mute

+LWin::SoundSet -1
+LAlt::SoundSet +1

...

Code Block
titleMake the active window set to "Always on top".
collapsetrue
^SPACE::  Winset, Alwaysontop, , A
    • This is REALLY helpful when you're trying to copy data from one window to another. If you hit control-space again it goes back to normal.