summaryrefslogtreecommitdiff
path: root/gen_tables.sh
diff options
context:
space:
mode:
authorjhyuni.kang <jhyuni.kang@samsung.com>2015-03-31 01:57:20 +0900
committerjhyuni.kang <jhyuni.kang@samsung.com>2015-04-06 14:24:30 +0900
commite2eb814019cccb773956c2ee2943127c7d63a389 (patch)
treed555cb3f62c6c92b4f2a155ff59a671ebcfa6c76 /gen_tables.sh
parentd67ca1e52470f1767b113f10b8afeb6db200dffb (diff)
downloadlibxkbcommon-e2eb814019cccb773956c2ee2943127c7d63a389.tar.gz
libxkbcommon-e2eb814019cccb773956c2ee2943127c7d63a389.tar.bz2
libxkbcommon-e2eb814019cccb773956c2ee2943127c7d63a389.zip
- The tizen keylayout file is defined in specific profiles (except a common profile) Change-Id: I4db7111a554f35cadd3c45c3e9c2c8de512b1c0f
Diffstat (limited to 'gen_tables.sh')
-rwxr-xr-xgen_tables.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/gen_tables.sh b/gen_tables.sh
new file mode 100755
index 0000000..2661cf9
--- /dev/null
+++ b/gen_tables.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+BASE_HEADER_FILE="./xkbcommon/xkbcommon-keysyms.h"
+
+LC_CTYPE=C python ./makekeys.py ${BASE_HEADER_FILE} > ./src/ks_tables.h