;; MTGAP (30-Key) for Kanata
;; Generated by Layouts.Wiki.
;; Run with: kanata --cfg path/to/this-file.kbd

(defsrc
  grv 1 2 3 4 5 6 7 8 9 0 - = bspc
  tab q w e r t y u i o p [ ] \
  caps a s d f g h j k l ; ' ret
  lsft z x c v b n m , . / rsft
  lctl lmet lalt spc ralt rmet rctl
)

(deflayer mtgap-30-key
  grv 1 2 3 4 5 6 7 8 9 0 - = bspc
  tab y p o u j k d l c w [ ] \
  caps i n e a @, m h t s r ' ret
  lsft q z @/ . @S-; b f g v x rsft
  lctl lmet lalt spc ralt rmet rctl
)

(defalias
  , (fork , ; (lsft rsft))  ;; Shift + , -> ;
  / (fork / S-, (lsft rsft))  ;; Shift + / -> <
  S-; (fork S-; S-/ (lsft rsft))  ;; Shift + : -> ?
)
