1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-01 04:55:08 +03:00
gmenu2x, temporary repository for gmenu2x port to Owrt on Ben NanoNote http://projects.qi-hardware.com/index.php/p/gmenu2x/
Go to file
Nebuleon Fumika 9c4e97c839 Make the button repeat rate (after the first repetition) a user setting.
This allows for faster scrolling between section links, in file and directory
selectors, and in manuals, without repeatedly pressing buttons.

The setting's unit is repetitions per second. Its default value is set to
10, and anything between 0 (disabled) and 20 (50 ms) is acceptable.

Grabbing &(instance of GMenu2X).confInt["buttonRepeatRate"] is unsafe, because
the storage for the slot may move as the slot is deleted or added. Instead, a
callback jumps back into the context of an InputManager so the value can be
read from a GMenu2X object's configuration.

A GMenu2X object is also passed to InputManager::init.
2014-07-19 00:43:05 +02:00
data Greatly improve the French translation 2014-07-15 14:25:17 +02:00
src Make the button repeat rate (after the first repetition) a user setting. 2014-07-19 00:43:05 +02:00
.gitignore Let git ignore files we expect to be generated during the build. 2010-06-17 18:45:52 +02:00
acinclude.m4 initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
AUTHORS initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
autogen.sh make autogen.sh executable 2010-02-10 00:14:41 +01:00
autorun.gpu initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
ChangeLog initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
configure.in Disable inotify support if libopk is not found 2013-09-19 17:25:54 +02:00
COPYING initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
INSTALL initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
Makefile.am The ./configure will now accept the --enable-platform switch. 2011-06-01 01:07:00 +02:00
NEWS initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
README add nanonote input.conf.nanonote 2010-11-15 17:18:35 +08:00

[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 <massimiliano.torromeo@gmail.com>
Visit the homepage at http://gmenu2x.sourceforge.net for more info.