Skip to content
Snippets Groups Projects
  1. Jul 15, 2014
  2. Jul 14, 2014
  3. Jul 13, 2014
  4. Jul 11, 2014
  5. Jul 10, 2014
  6. Jul 09, 2014
  7. Jul 08, 2014
  8. Jul 05, 2014
  9. Jul 04, 2014
  10. Jun 29, 2014
  11. Jun 28, 2014
  12. Jun 26, 2014
    • Rian Hunter's avatar
      Fix handling of shift+alt from Synergy · 088a8114
      Rian Hunter authored
      Synergy doesn't send a keyDown event with its modifierFlags
      having a left or right directionality set with NSAlternateKeyMask.
      Before this change, we distinguished Synergy's event by using
      "modifierFlags == NSAlternateKeyMask." This logic doesn't work
      when the user has both the "alt" and "shift" keys held down from
      Synergy.
      
      With this change we trigger the "left" option key actions in
      PTYSession/PTYTextView whenever NSAlternateKeyMask is set and no right
      directionality is set on modifierFlags (instead of testing for a left
      directionality). This covers both the physical "left alt" button press
      and the Synergy case. The trigger for "right" option actions are left
      untouched.
      088a8114
    • George Nachman's avatar
      Resolve merge conflicts · e7e92510
      George Nachman authored
      e7e92510
    • George Nachman's avatar
      general clean up of prefs panels · 6d45432e
      George Nachman authored
      6d45432e
    • George Nachman's avatar
      Simplify colors prefs · cda1f922
      George Nachman authored
      cda1f922
  13. Jun 25, 2014
Loading