Hacker News new | ask | show | jobs
by jgillman 4625 days ago
The Workman layout sounds interesting, though I don't have the brain-cycles to try switching. The Shift + Capslock = Escape seemed interesting though (especially for a vim user).

If you want to use it with KeyRemap4MacBook this should save you a bit of time:

  <item>
    <name>Change Shift + Capslock to Esc</name>
    <identifier>private.shift_and_capslock_to_esc</identifier>
    <autogen>--KeyToKey-- KeyCode::CONTROL_L, ModifierFlag::SHIFT_L, KeyCode::ESCAPE</autogen>
    <autogen>--KeyToKey-- KeyCode::SHIFT_L, ModifierFlag::CONTROL_L, KeyCode::ESCAPE</autogen>
  </item>