Skip to content

Commit 36e5625

Browse files
committed
change README
1 parent 1ef4218 commit 36e5625

4 files changed

Lines changed: 88 additions & 8 deletions

File tree

KEYMAP.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 按键说明
22

3-
默认按键映射:
3+
### 默认按键映射:
44

55
Y键->手机左键
66

@@ -18,10 +18,19 @@ L1,R1对应数字键1, 3
1818

1919
L2,R2对应数字键7, 9
2020

21-
menu键:强制退出游戏(游戏本身的退出菜单也可以)
21+
#### menu键:
22+
强制退出游戏(游戏本身的退出菜单也可以)
2223

23-
select+start键(手机#键):切换按键模式(先按住select,再按下start键),【有的游戏刚进去发现按键异常,大概率是按键模式需要切换】,有5中模式(p,n,e,s,m)可循环切换,默认是p,切换后会保存到配置文件里,下次自动使用切换后的模式。游戏启动时左上角会显示当前按键模式,切换按键模式时左上角也会显示。
24+
#### select+start键(手机#键):
25+
切换按键模式(先按住select,再按下start键),【有的游戏刚进去发现按键异常,大概率是按键模式需要切换】,有5中模式(p,n,e,s,m)可循环切换,默认是p,切换后会保存到配置文件里,下次自动使用切换后的模式。游戏启动时左上角会显示当前按键模式,切换按键模式时左上角也会显示。
2426

25-
select+B键(手机数字0键):将画面顺时针或者逆时针旋转90度,(先按住select,再按下B键)
27+
#### select+B键(手机数字0键):
28+
将画面顺时针或者逆时针旋转90度,(先按住select,再按下B键)
2629

27-
select+Y键(手机左键):切换为触屏模式,画面上会出现白色鼠标图标,此时X键为确认键。再次使用select+Y键可退出触屏模式
30+
#### select+Y键(手机左键):
31+
切换为触屏模式,画面上会出现白色鼠标图标,此时X键为确认键。再次使用select+Y键可退出触屏模式
32+
33+
#### 文字输入 :
34+
使用数字1、3(默认为L1、R1)输入数字,使用左、右方向键输入字母,*键(默认为select键)删除字符,#键(默认为start键)添加字符
35+
36+
#### 通过keymap.cfg自定义按键映射

KEYMAP_ENG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
## Button Instructions
2+
3+
### Default Button Mapping
4+
5+
Y -> Left Button
6+
7+
A -> Right Button
8+
9+
X -> OK Button (Confirm)
10+
11+
B -> Number 0 Key
12+
13+
Select -> * Key
14+
15+
Start -> # Key
16+
17+
L1 / R1 -> Number 1 / 3 Key
18+
19+
L2 / R2 -> Number 7 / 9 Key
20+
21+
#### Menu Button
22+
23+
Force exit game (the game's own exit menu can also be used)
24+
25+
#### Select + Start (Mobile # Key)
26+
27+
Switch Button Mode
28+
29+
How to use: Press and hold Select, then press Start.
30+
31+
Note: If buttons behave abnormally when entering a game, you likely need to switch the button mode.
32+
33+
Available Modes: p → n → e → s → m (5 modes, cyclical),
34+
Default Mode: p
35+
36+
Persistence: Mode is saved to config file and auto-loaded on next launch.
37+
Display: Current mode shows in the top-left corner at game startup and when switching
38+
39+
#### Select + B (Mobile 0 Key)
40+
41+
Rotate Screen 90°
42+
43+
How to use: Press and hold Select, then press B.
44+
45+
Direction: Clockwise or Counterclockwise
46+
47+
#### Select + Y (Mobile Left Button)
48+
49+
Toggle Touch Screen Mode
50+
51+
How to use: Press and hold Select, then press Y.
52+
53+
Features:
54+
a white mouse cursor appears on screen.
55+
X button acts as confirm in this mode.
56+
Exit: Press Select + Y again to disable
57+
58+
#### Text Input
59+
60+
Input Numbers: Number Keys 1 / 3 (Default: L1 / R1)
61+
62+
Input Letters: Left / Right Direction Keys
63+
64+
Delete Character: * Key (Default: Select)
65+
66+
Add Character: # Key (Default: Start)
67+
68+
#### Custom Configuration
69+
Button mappings can be customized via the keymap.cfg file

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[JL-Mod](https://github.com/woesss/JL-Mod)
99

10-
在miyoomini 、gkdminiplus、rg28xx、ubuntu18、trimui brick上进行了测试
10+
在miyoomini 、gkdminiplus、rg28xx、ubuntu18、trimui brick、 miyoo flip上进行了测试
1111

1212
编译:
1313

README_ENG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[JL-Mod](https://github.com/woesss/JL-Mod)
88

9-
Tested on miyoomini, gkdminiplus, rg28xx, ubuntu18, trimui brick
9+
Tested on miyoomini, gkdminiplus, rg28xx, ubuntu18, trimui brick, miyoo flip
1010

1111
#### compile:
1212

@@ -24,4 +24,6 @@ export JAVA_TOOL_OPTIONS='-Xverify:none -Djava.util.prefs.systemRoot=./.java -Dj
2424
java -jar freej2me-sdl.jar /home/game.jar 240 320 100
2525
```
2626

27-
240 320 refers to the game resolution, and 100 refers to the volume (0-100)
27+
240 320 refers to the game resolution, and 100 refers to the volume (0-100)
28+
29+
[Button Instructions](https://github.com/aweigit/freej2me-miyoomini/blob/master/KEYMAP_ENG.md)

0 commit comments

Comments
 (0)