From 9cb14015c6fb87732da5bb5f35b45fb1a0774a3f Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 26 Mar 2008 13:59:50 +0000 Subject: fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of device --- packages/scummvm/files/om-gta01/.mtn2git_empty | 0 packages/scummvm/files/om-gta01/openmoko-scummvm | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 packages/scummvm/files/om-gta01/.mtn2git_empty create mode 100755 packages/scummvm/files/om-gta01/openmoko-scummvm (limited to 'packages/scummvm/files/om-gta01') diff --git a/packages/scummvm/files/om-gta01/.mtn2git_empty b/packages/scummvm/files/om-gta01/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/scummvm/files/om-gta01/openmoko-scummvm b/packages/scummvm/files/om-gta01/openmoko-scummvm new file mode 100755 index 0000000000..e8c5cb3984 --- /dev/null +++ b/packages/scummvm/files/om-gta01/openmoko-scummvm @@ -0,0 +1,19 @@ +#!/bin/sh + +# Save current AUX Key mapping +SAVE_KEY="$(xmodmap -pke | grep 'keycode 8')" + +# Map AUX Key to F5 +xmodmap -e "keycode 8 = F5" + +# Turn LCD feft +xrandr -o left + +# Start the scummvm in fullscreen mode +scummvm --fullscreen --themepath=/usr/share/scummvm/ + +# Turn LCD normal +xrandr -o normal + +# Restore the AUX Key mapping +xmodmap -e "$SAVE_KEY" -- cgit v1.2.3