From dfe555f059134246d917866de325bb4be4d29a89 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Mon, 25 Aug 2014 12:00:40 -0500 Subject: Add Polish alphabet. Fix AltGr keyboard events. This fixes a reported problem under Windows (it was probably an issue on other platforms, too) where, if you're using a keyboard that requires AltGr in order to type Scrabble letters on the board, they simply won't type. For example, the Windows "Polish Programmers" keyboard. Polish alphabet submitted by Adam Klimont, and tested by me. Dictionary to come soon. --- data/alphabets/polish.quackle_alphabet | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 data/alphabets/polish.quackle_alphabet (limited to 'data/alphabets') diff --git a/data/alphabets/polish.quackle_alphabet b/data/alphabets/polish.quackle_alphabet new file mode 100644 index 0000000..268065d --- /dev/null +++ b/data/alphabets/polish.quackle_alphabet @@ -0,0 +1,33 @@ +A a 1 9 1 +Ą ą 5 1 1 +B b 3 2 0 +C c 2 3 0 +Ć ć 6 1 0 +D d 2 3 0 +E e 1 7 1 +Ę ę 5 1 1 +F f 5 1 0 +G g 3 2 0 +H h 3 2 0 +I i 1 8 1 +J j 3 2 0 +K k 2 3 0 +L l 2 3 0 +Ł ł 3 2 0 +M m 2 3 0 +N n 1 5 0 +Ń ń 7 1 0 +O o 1 6 1 +Ó ó 5 1 1 +P p 2 3 0 +R r 1 4 0 +S s 1 4 0 +Ś ś 5 1 0 +T t 2 3 0 +U u 3 2 1 +W w 1 4 0 +Y y 2 4 1 +Z z 1 5 0 +Ź ź 9 1 0 +Ż ż 5 1 0 +blank 0 2 -- cgit v1.2.3