deflayer_navigation.kbd 686 B

1234567891011121314151617
  1. ;; Num-Navigation layer:
  2. ;; - should inherit from NumPad (but this doesn’t work for some reason)
  3. ;; - left: one-handed shortcuts (Cmd/Ctrl-AZXCV) + Tab/S-Tab
  4. ;; - top: Super-num (i3/sway) or Alt-num (browser)
  5. ;; The `lrld` action stands for "live reload". This will re-parse everything
  6. ;; except for linux-dev, i.e. you cannot live reload and switch keyboard devices.
  7. (deflayer navigation
  8. M-1 M-2 M-3 M-4 M-5 lrld M-6 M-7 M-8 M-9 M-0
  9. tab home up end pgup XX 7 8 9 @run
  10. @all lft down rght pgdn - 4 5 6 0
  11. @ndo @cut @cpy @pst S-tab _ , 1 2 3 .
  12. del _ ret
  13. )
  14. ;; vim: set ft=lisp