Facebook
From Innocent Bird, 3 Years ago, written in Autohotkey.
Embed
Download Paste or View Raw
Hits: 118
  1. [::
  2.   If (!IME_GET()) {
  3.     Send, [
  4.   } Else {
  5.     Send, []{Enter}{Left}
  6.   }
  7. Return
  8. ]::
  9.   If (!IME_GET()) {
  10.     Send, ]
  11.   } Else {
  12.     Send, (){Enter}{Left}
  13.   }
  14. Return
captcha