X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f7debc650090d344b01da353f44a49dcf029303a..497b99dabe402a5a00d640db547e28c87bf602bc:/altgr-macos.eng.inc.pl diff --git a/altgr-macos.eng.inc.pl b/altgr-macos.eng.inc.pl new file mode 100644 index 0000000..68a39ad --- /dev/null +++ b/altgr-macos.eng.inc.pl @@ -0,0 +1,14 @@ +use utf8; +my @az = ('A'..'Z', 'a'..'z'); +my @letters = qw( + Å ı Ç ð ´ ̉ ˝ ̣ ˆ ½  Þ ¾ ˜ Ø ∏ Œ ‰ / ˇ ¨ ◊ „ ˛ ¼ ¸ + å ∫ ç ∂ ́ ƒ © ˙ ̂ ∆ ° ¬ µ ̃ ø π œ ® ß † ̈ √ ∑ ≈ ¥ Ω +); +our %rows = map { + $az[$_] => $letters[$_] +} 0 .. $#az; + ++{ + %{ do 'keyboard.eng.inc.pl' }, + version => '1.2', +}