parentheses.ahk 165 B

123456789
  1. ^#r::
  2. #IfWinActive, - eclipse
  3. send, ^c ;copies highlighted text
  4. send, (
  5. send, ^v ;pastes previously highlighted text
  6. send, )
  7. return
  8. #IfWinActive
  9. ;#notrayicon