Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv
  2. #NoTrayIcon
  3. #AllowSameLineComments
  4. #InstallKeybdHook
  5.  
  6. #~CapsLock::
  7.  
  8. GetKeyState, keystate, CapsLock, T
  9.  
  10. if (keystate = D)
  11. {
  12.     GuiControl, ComboBox, ComboBox1, On ; How Do I direct this at 'System Icons ahk_class CabinetWClass' ????
  13. }
  14. else
  15. {
  16.     GuiControl, ComboBox, ComboBox1, Off ; How Do I direct this at 'System Icons ahk_class CabinetWClass' ????
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement