1

Is it possible to make Left Alt+A and Right Alt+A do different things? And of course, other modifier keys.

If not, maybe the following idea would work? If AppleScript, Python, Ruby, Perl etc. can detect left/right modifiers I can set complicated key bindings in sublime text (like ["cmd+ctrl+shift+alt+a", "cmd+ctrl+shift+alt+a"]) and send those keystrokes with AppleScript or Automator?

Taylan
  • 3,045
  • 3
  • 28
  • 38

1 Answers1

1

Yes, Sublime Text 2 does recognise right alt and left alt as separate modifiers.

Just refer to key bindings section of the documentation for the full rules: http://www.sublimetext.com/docs/key-bindings

Autio
  • 327
  • 2
  • 12