Skip to content

Commit

Permalink
kanata: fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
storvik committed Jun 25, 2024
1 parent f96b159 commit 5cffaf7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modules/nixos/miryoku.kbd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
o (tap-hold $tt $ht o lmet)

# S-3
' (macro ' spc)
;; ' (macro ' spc) ;; windows version

empty (layer-switch empty)

Expand Down Expand Up @@ -49,7 +49,7 @@
(deflayer base
grv 1 2 3 4 5 6 7 8 9 0 - = bspc
tab q w f p b j l u y ; [ ] ret
@caps @a @r @s @t g m @n @e @i @o @' @#
@caps @a @r @s @t g m @n @e @i @o ' @#
lsft @mse @fun c d v \ k h , . @med rsft
lmet @num @spc @sym rmet rctl
)
Expand Down Expand Up @@ -102,7 +102,8 @@
` (macro grv spc)
~ (macro S-grv spc)
un S--
quo (multi lsft (macro ' spc))
quo (multi lsft ') ;; linux version
;; quo (multi lsft (macro ' spc)) ;; windows version
bra1 S-[
bra2 S-]
[ (tap-hold $tt $ht [ lsft)
Expand All @@ -114,7 +115,7 @@
_ _ _ _ _ _ _ _ _ _ _ _ _ _
_ @~ @% @$ @& @at _ _ _ _ _ _ _ _
_ @^ @æ @ø @å @! _ @[ @| @] lmet _ _
_ _ @# @' @quo @un _ _ @bra1 \ @bra2 _ _
_ _ @# ' @quo @un _ _ @bra1 \ @bra2 _ _
_ _ _ _ _ _
)

Expand Down

0 comments on commit 5cffaf7

Please sign in to comment.