home *** CD-ROM | disk | FTP | other *** search
- def x1 320
- def x2 350
- def y 0
- def dy 22
-
- Include Menu.Def
-
- Background #PreviousMenu
-
- FontSize Default 12 19
- FontSize Selected 13 22
-
- def #Section Keys1
- def #AutoBack AutoBack1
-
- item
- {
- Invisible
- OnAction
- {
- SetCfg #Section #Keys#1 OnEnter
- }
- }
-
-
- item
- {
- Text Up
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/Up PressKey
- }
- }
-
-
- item
- {
- Text Down
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/Down
- }
- }
-
- item
- {
- Text Left
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/Left
- }
- }
-
- item
- {
- Text Right
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/Right
- }
- }
-
-
- item
- {
- Text RotateL
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/RotateL
- }
- }
-
- item
- {
- Text RotateR
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/RotateR
- }
- }
-
-
- item
- {
- Text Drop
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/Drop
- }
- }
-
-
- item
- {
- Text Menu
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/Menu
- }
- }
-
-
- item
- {
- Text DropU
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/DropUp PressKey
- }
- }
-
-
- item
- {
- Text DropD
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/DropDown
- }
- }
-
- item
- {
- Text DropL
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/DropLeft
- }
- }
-
- item
- {
- Text DropR
- Pos x1 y Right
- }
-
- item
- {
- PressButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- KeyCfg /#Section/DropRight
- }
- }
-
- item
- {
- Text Default
- Pos x1 y Center
- OnAction
- {
- SetCfg /Controller/#AutoBack 0.25
- }
-
- OnActionIf #Section Keys1
- {
- SetKeyCfg /#Section/Up Up
- SetKeyCfg /#Section/Down Down
- SetKeyCfg /#Section/Left Left
- SetKeyCfg /#Section/Right Right
- SetKeyCfg /#Section/RotateL LShift
- SetKeyCfg /#Section/RotateR <
- SetKeyCfg /#Section/Drop LControl
- SetKeyCfg /#Section/Menu Enter
- SetKeyCfg /#Section/DropUp d
- SetKeyCfg /#Section/DropDown c
- SetKeyCfg /#Section/DropLeft x
- SetKeyCfg /#Section/DropRight v UpDate
- }
-
- OnActionIf #Section Keys2
- {
- SetKeyCfg /#Section/Up Pad8
- SetKeyCfg /#Section/Down Pad5
- SetKeyCfg /#Section/Left Pad4
- SetKeyCfg /#Section/Right Pad6
- SetKeyCfg /#Section/RotateL Pad7
- SetKeyCfg /#Section/RotateR Pad9
- SetKeyCfg /#Section/Drop Pad0
- SetKeyCfg /#Section/Menu PadEnter
- SetKeyCfg /#Section/DropUp Home
- SetKeyCfg /#Section/DropDown End
- SetKeyCfg /#Section/DropLeft Del
- SetKeyCfg /#Section/DropRight PageDown UpDate
- }
- }