summaryrefslogtreecommitdiff
path: root/gen_tables.sh
diff options
context:
space:
mode:
authorSung-Jin Park <sj76.park@samsung.com>2017-10-20 16:37:50 +0900
committerSung-Jin Park <sj76.park@samsung.com>2017-10-20 16:37:50 +0900
commit13d2087b55b21b6f1b3a8ca95da0f7e417c50047 (patch)
tree58abef3a59e2297cacf9336a5a671deb7ee9160a /gen_tables.sh
parent839245bea2db2792e6a209ec9a0b4e3d78c96197 (diff)
downloadlibxkbcommon-13d2087b55b21b6f1b3a8ca95da0f7e417c50047.tar.gz
libxkbcommon-13d2087b55b21b6f1b3a8ca95da0f7e417c50047.tar.bz2
libxkbcommon-13d2087b55b21b6f1b3a8ca95da0f7e417c50047.zip
Generate a tizen keymap header using a tizen key layout file - The tizen keylayout file is defined in specific profiles (except a common profile)
Change-Id: I96eef7cea11466129fd723a6ee6b35fb378c4dae
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