From 6af0b6646337a3c96c5ad488134bfe6b25b63a98 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Fri, 20 Sep 2013 21:42:00 +0300 Subject: [PATCH] Updated keyboard themes description --- changeAppSettings.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changeAppSettings.sh b/changeAppSettings.sh index 3f8523132..c37149e6d 100755 --- a/changeAppSettings.sh +++ b/changeAppSettings.sh @@ -481,7 +481,7 @@ echo "On-screen keys theme" echo "1 = Ultimate Droid by Sean Stieber (green, with gamepad joystick)" echo "2 = Simple Theme by Beholder (white, with gamepad joystick)" echo "3 = Sun by Sirea (yellow, with round joystick)" -echo "4 = Mystery by Gerstrong (unknown color, unknown joystick)" +echo "4 = Keen by Gerstrong (multicolor, with round joystick)" echo "" echo -n "($TouchscreenKeysTheme): " read var @@ -901,7 +901,7 @@ echo "# On-screen keys theme" >> AndroidAppSettings.cfg echo "# 1 = Ultimate Droid by Sean Stieber (green, with gamepad joystick)" >> AndroidAppSettings.cfg echo "# 2 = Simple Theme by Beholder (white, with gamepad joystick)" >> AndroidAppSettings.cfg echo "# 3 = Sun by Sirea (yellow, with round joystick)" >> AndroidAppSettings.cfg -echo "# 4 = Mystery by Gerstrong (unknown color, unknown joystick)" >> AndroidAppSettings.cfg +echo "# 4 = Keen by Gerstrong (multicolor, with round joystick)" >> AndroidAppSettings.cfg echo TouchscreenKeysTheme=$TouchscreenKeysTheme >> AndroidAppSettings.cfg echo >> AndroidAppSettings.cfg echo "# Redefine gamepad keys to SDL keysyms, button order is:" >> AndroidAppSettings.cfg