Skip to content

Commit 6a785c4

Browse files
committed
README.txt update
1 parent 2a3a7e6 commit 6a785c4

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

README.txt

+8-11
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ These are the default controls. You can remap all button
157157
by creating your own keymap file. See below for details.
158158
These key mappings assume that the stick click is available,
159159
which is not the case for GP2X-F200 units. When using a
160-
GP2X-F200 run the Gmu setup tool and select the
161-
gp2x-f200.keymap file or create your own keymap file.
160+
GP2X-F200 edit the gmu.gp2x.conf file with a text editor and
161+
change the line "KeyMap=gp2x.keymap" to "KeyMap=gp2x-f200.keymap"
162+
to use the gp2x-f200.keymap file or create your own keymap file.
162163
With the gp2x-f200.keymap file the left shoulder button is
163164
used as the modifier key instead of the stick click.
164165

@@ -331,9 +332,8 @@ A, B, X, Y, START, SELECT, L, R, VOL+, VOL-, STICK_CLICK,
331332
STICK_LEFT, STICK_RIGHT, STICK_UP and STICK_DOWN.
332333

333334
There are a few alternate keymap example files included.
334-
To use them, either edit your gmu.conf and change the
335-
KeyMap=default.keymap line accordingly or use the Gmu
336-
setup tool to change it.
335+
To use them, edit your gmu.conf with a text editor and change the
336+
KeyMap=default.keymap line accordingly.
337337

338338

339339
4. Command line arguments
@@ -369,10 +369,6 @@ Example:
369369

370370
./gmu -s theme_name
371371

372-
The Gmu setup tool can be launched by using the -c parameter.
373-
There is a shell script called gmu-setup.gpu included in the
374-
Gmu archive that runs Gmu with the -c parameter.
375-
376372

377373
5. Config file
378374
--------------
@@ -385,8 +381,9 @@ Notepad++ (Windows only). Do not use Notepad or (which is even worse)
385381
Wordpad.
386382

387383
Please note: Most of the following options can be changed
388-
through the Gmu setup tool without editing the config file.
389-
In the 0.7.0 series the setup tool is currently not available.
384+
through the Gmu setup tool (up to Gmu version 0.6.3) without editing
385+
the config file. In the 0.7.0 and later series the setup tool is
386+
currently not available.
390387

391388
Supported options:
392389

gp2x-f200.keymap

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Left=Left
99
Right=Right
1010
Up=Up
1111
Down=Down
12+
PageDown=Mod+Down
1213
IncreaseVolume=VolUp
1314
DecreaseVolume=VolDown
1415
#ToggleTime=Mod+VolDown
@@ -18,7 +19,7 @@ ToggleView=Select
1819
#PreviousTrack=L
1920
NextTrack=R
2021
SeekForward=Mod+R
21-
#SeekBackward=Mod+L
22+
SeekBackward=Mod+L
2223
Lock=Mod+Select
2324
Unlock=Mod+Select
2425
Exit=Mod+Start
@@ -29,6 +30,7 @@ ProgramInfoOkay=B
2930
# File browser mappings:
3031
#FileBrowserDirUp=Left
3132
#FileBrowserChDir=Right
33+
3234
FileBrowserPlayFile=A
3335
FileBrowserAddFileToPlaylistOrChDir=B
3436
FileBrowserAddDirToPlaylist=Y
@@ -47,7 +49,7 @@ PlaylistSaveCancel=A
4749
PlaylistSaveLoadList=Y
4850
PlaylistSaveAppendList=Mod+Y
4951
#PlaylistDeleteFile=Mod+X
50-
PlaylistQueue=Mod+VOL+
52+
PlaylistQueue=Mod+VolUp
5153
# Track info mappings:
5254
TrackInfoToggleCover=A
5355
TrackInfoToggleText=B

0 commit comments

Comments
 (0)