You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
3.0 KiB

  1. # Townk's Keymap
  2. Trying to take care of an enjury on my arm I borrow an ergonomic keyboard from
  3. a frient ([Kinesis Advantage](https://www.kinesis-ergo.com/shop/advantage2/)).
  4. I really enjoyed my time with it but there were some anoyancies:
  5. * The curvature on the keys bothered me since I'm a Vim user and using the
  6. motion keys on my editor was awkard.
  7. * I had to spend too much time remapping the keyboard to make some symbol keys
  8. more accessible to me.
  9. * The fact that my hands had to stay close to each other was a bit stressfull
  10. to my sholders.
  11. After a long research I find out that Ergodox EZ would be perfect for my needs
  12. and purchase one. Before the keyboard even got in my hands I started to think
  13. on the layout I would use on it and soon enough I planed couple adjustments
  14. from the Kinesis I was using so far.
  15. ## The layout
  16. Here are the layout mapping in images so you can have a glimpse on it:
  17. ![Base Layout](https://i.imgur.com/m1yyQvU.png)
  18. ![fn Layout](https://i.imgur.com/AJIzrjq.png)
  19. ![Keypad & Mouse Layout](https://i.imgur.com/9I6Qr0e.png)
  20. Notice that, differently from the default behavior, my layer keys are not transparent
  21. by default, which means that if you press any non-labeled white key, nothing will be
  22. handled to the OS.
  23. ### One shot keys
  24. It all started with the access to the function keys (F1, F2, F3...), since
  25. those keys are located on a different layer I needed a way to press them with
  26. minimal effort without disrupting my flow.
  27. For me, togglihg a layer to press a button and than toggle it back is a waste
  28. of time (although I admit it's a single tap from what I have), so I decided to
  29. do it as a one shot key. I could press it and the next pressed key would be
  30. handled by the target layer which just after it delivers the key to the OS it
  31. would get back to the previous layer.
  32. After setting up my layout to do just that I realized that occasionally I
  33. would stop myseld on the middle of the process and the one shot layer would be
  34. still triggered until I press any other key. So to prevent me from tapping
  35. keys I don't want I added a timeout of 3 seconds for the one shot actions.
  36. Ultimately I tested the shift key as a one shot one and really like it, so
  37. here you have it, all the one shot keys on my layout.
  38. ## Glossary
  39. If you're not familiar with the Mac symbols used on some keys, here is a
  40. reference to them:
  41. | Symbol | Description |
  42. | :----: | ------------------- |
  43. | ⌘ | Command |
  44. | ⇪ | Caps Lock |
  45. | ⇧ | Shift |
  46. | ⌥ | Option (alt) |
  47. | ⎋ | Esc |
  48. | ⇥ | Tab forward |
  49. | ⇤ | Tab backward |
  50. | ⌃ | Control |
  51. | ␣ | Space |
  52. | ⌫ | Backspace |
  53. | ⌦ | Delete |
  54. | ⏎ | Enter |
  55. | ⌤ | Return |
  56. | ⌽ | Power on/off button |
  57. | ↖ | Home |
  58. | ↘ | End |
  59. | ⇞ | Page up |
  60. | ⇟ | Page down |
  61. | ⌧ | Clear |