From 271510ab29ddbabeb46e00e1efff0d829ee58b08 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 Aug 2014 14:55:02 +0200 Subject: add some common keyboard layout data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- res/keyboard/layout/common/latin | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 res/keyboard/layout/common/latin (limited to 'res/keyboard/layout/common/latin') diff --git a/res/keyboard/layout/common/latin b/res/keyboard/layout/common/latin new file mode 100644 index 0000000..ff5d9cc --- /dev/null +++ b/res/keyboard/layout/common/latin @@ -0,0 +1,12 @@ +for "0" to "9" as \1 + : "\1" +end for + +for "a" to "z" as \1 + let \2 : "\sub(\1 \sub("a" "A"))" + : "\1" + : "\2" + : "\2" + : "\1" +end for + -- cgit v1.2.3-70-g09d2