From 42ae8268e4a2bac88609ca242c1aeaaaf4010af9 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Mon, 15 Nov 2010 17:18:29 +0800 Subject: [PATCH] add nanonote input.conf.nanonote --- README | 26 ++++++++++++++++++++++++++ README.txt | 26 -------------------------- input.conf | 0 input.conf.nanonote | 12 ++++++++++++ 4 files changed, 38 insertions(+), 26 deletions(-) delete mode 100644 README.txt mode change 100755 => 100644 input.conf create mode 100644 input.conf.nanonote diff --git a/README b/README index e69de29..140a2cf 100644 --- a/README +++ b/README @@ -0,0 +1,26 @@ +[Introduction] +GMenu2X is a replacement for the official frontend for the gp2x released under the GNU GPL license. + +[Installation] +Copy the file autorun.gpu and the directory gmenu2x/ to the root of your sd card. +Verify that the autorun option in the standard gp2x interface is enabled. +(Re)Boot your gp2x and enjoy GMenu2X. + +[Controls] +X, Stick left: Goes up one directory in file browser. +X: Cancel action. +B, Stick press: Launch selected link / Confirm action. +L, R: Switch between sections - PageUp/PageDown on lists. +Y: Bring up the manual/readme. +VOLDOWN: Decrease cpu clock. +VOLUP: Increase cpu clock. +VOLDOWN+VOLUP: Reset clock. +A+VOLDOWN: Decrease volume for the selected link. +A+VOLUP: Increase volume for the selected link. +A+VOLDOWN+VOLUP: Reset volume for the selected link. +SELECT: Bring up the contextual menu. +START: GMenu2X options. + +[Contacts] +Developed by Massimiliano Torromeo +Visit the homepage at http://gmenu2x.sourceforge.net for more info. diff --git a/README.txt b/README.txt deleted file mode 100644 index 140a2cf..0000000 --- a/README.txt +++ /dev/null @@ -1,26 +0,0 @@ -[Introduction] -GMenu2X is a replacement for the official frontend for the gp2x released under the GNU GPL license. - -[Installation] -Copy the file autorun.gpu and the directory gmenu2x/ to the root of your sd card. -Verify that the autorun option in the standard gp2x interface is enabled. -(Re)Boot your gp2x and enjoy GMenu2X. - -[Controls] -X, Stick left: Goes up one directory in file browser. -X: Cancel action. -B, Stick press: Launch selected link / Confirm action. -L, R: Switch between sections - PageUp/PageDown on lists. -Y: Bring up the manual/readme. -VOLDOWN: Decrease cpu clock. -VOLUP: Increase cpu clock. -VOLDOWN+VOLUP: Reset clock. -A+VOLDOWN: Decrease volume for the selected link. -A+VOLUP: Increase volume for the selected link. -A+VOLDOWN+VOLUP: Reset volume for the selected link. -SELECT: Bring up the contextual menu. -START: GMenu2X options. - -[Contacts] -Developed by Massimiliano Torromeo -Visit the homepage at http://gmenu2x.sourceforge.net for more info. diff --git a/input.conf b/input.conf old mode 100755 new mode 100644 diff --git a/input.conf.nanonote b/input.conf.nanonote new file mode 100644 index 0000000..eb64b87 --- /dev/null +++ b/input.conf.nanonote @@ -0,0 +1,12 @@ +cancel=keyboard,104 #NanoNote H +accept=keyboard,13 #NanoNote Enter +clear=keyboard,120 #NanoNote X +manual=keyboard,121 #NanoNote Y +altleft=keyboard,108 #NanoNote L +altright=keyboard,9 #NanoNote Tab +menu=keyboard,283 #Nanonote F2 +settings=keyboard,115 #NanoNote S +up=keyboard,273 +down=keyboard,274 +left=keyboard,276 +right=keyboard,275