Skip to content

Commit 28ded78

Browse files
authored
add FWYR layout (#326)
* add FWYR layout Polish language optimized layout I recently created. * remap for layout new version * just small change, last * fix one letter uppercase
1 parent da52a62 commit 28ded78

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

meow-cheatsheet-layout.el

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,54 @@
384384
(<AB10> "/" "?")
385385
(<BKSL> "\\" "|")))
386386

387+
(defconst meow-cheatsheet-layout-fwyr
388+
'((<TLDE> "`" "~")
389+
(<AE01> "1" "!")
390+
(<AE02> "2" "@")
391+
(<AE03> "3" "#")
392+
(<AE04> "4" "$")
393+
(<AE05> "5" "%")
394+
(<AE06> "6" "^")
395+
(<AE07> "7" "&")
396+
(<AE08> "8" "*")
397+
(<AE09> "9" "(")
398+
(<AE10> "0" ")")
399+
(<AE11> "-" "_")
400+
(<AE12> "=" "+")
401+
(<AD01> "v" "V")
402+
(<AD02> "w" "W")
403+
(<AD03> "y" "Y")
404+
(<AD04> "o" "O")
405+
(<AD05> "p" "P")
406+
(<AD06> "k" "K")
407+
(<AD07> "l" "L")
408+
(<AD08> "r" "R")
409+
(<AD09> "j" "J")
410+
(<AD10> "h" "H")
411+
(<AD11> "q" "Q")
412+
(<AD12> "/" "?")
413+
(<AC01> "c" "C")
414+
(<AC02> "i" "I")
415+
(<AC03> "e" "E")
416+
(<AC04> "a" "A")
417+
(<AC05> "u" "U")
418+
(<AC06> "z" "Z")
419+
(<AC07> "t" "T")
420+
(<AC08> "s" "S")
421+
(<AC09> "n" "N")
422+
(<AC10> ";" ":")
423+
(<AC11> "'" "\"")
424+
(<AB01> "x" "X")
425+
(<AB02> "d" "D")
426+
(<AB03> "f" "F")
427+
(<AB04> "g" "G")
428+
(<AB05> "b" "B")
429+
(<AB06> "m" "M")
430+
(<AB07> "[" "{")
431+
(<AB08> "]" "}")
432+
(<AB09> "," "<")
433+
(<AB10> "." ">")
434+
(<BKSL> "\\" "|")))
435+
387436
(provide 'meow-cheatsheet-layout)
388437
;;; meow-cheatsheet-layout.el ends here

0 commit comments

Comments
 (0)