How can i change the Keyboard Control

Started by Jok3r, May 25, 2010, 03:50:12 pm

Previous topic - Next topic

Jok3r

Hey Guy's i have a problem but i cant fix it...
I want to change the Keyboard Control

module Control
   
    CUSTOM_CONTROLS = false
    DISABLE_DEFAULT = true
    UP = "Key['W']"
    LEFT = "Key['A']"
    DOWN = "Key[S']"
    RIGHT = "Key['D']"
    PREVPAGE = "Key['Q']"
    NEXTPAGE = "Key['E']"
    CONFIRM = "Key['H']"
    CANCEL = "Key['F']"
    ATTACK = "Key['K']"
    DEFEND = "Key['L']"
    SKILL = "Key['J']"
    ITEM = "Key['I']"
    SELECT = "Key['O']"
    HUD = "Key['Z']"
    HOTKEY = "Key['X']"
    MINIMAP = "Key['C']"
    RUN = "Key['M']"
    SNEAK = "Key['.']"
    JUMP = "Key[',']"
    TURN = "Key['U']"
   
  end


thats the Orginal Code from RMX-OS Client
i want to make it

 CUSTOM_CONTROLS = false
    DISABLE_DEFAULT = true
    UP = "Key['UP']"
    LEFT = "Key['LEFT']"
    DOWN = "Key[DOWN']"
    RIGHT = "Key['RIGHT']"

but i want that with the Arrow keys..
but it not work

SBR*

Quote from: Jok3r on May 25, 2010, 03:50:12 pm
Hey Guy's i have a problem but i cant fix it...
I want to change the Keyboard Control

module Control
   
    CUSTOM_CONTROLS = false
    DISABLE_DEFAULT = true
    UP = "Key['W']"
    LEFT = "Key['A']"
    DOWN = "Key[S']"
    RIGHT = "Key['D']"
    PREVPAGE = "Key['Q']"
    NEXTPAGE = "Key['E']"
    CONFIRM = "Key['H']"
    CANCEL = "Key['F']"
    ATTACK = "Key['K']"
    DEFEND = "Key['L']"
    SKILL = "Key['J']"
    ITEM = "Key['I']"
    SELECT = "Key['O']"
    HUD = "Key['Z']"
    HOTKEY = "Key['X']"
    MINIMAP = "Key['C']"
    RUN = "Key['M']"
    SNEAK = "Key['.']"
    JUMP = "Key[',']"
    TURN = "Key['U']"
   
  end


thats the Orginal Code from RMX-OS Client
i want to make it

 CUSTOM_CONTROLS = false
    DISABLE_DEFAULT = true
    UP = "Key['UP']"
    LEFT = "Key['LEFT']"
    DOWN = "Key[DOWN']"
    RIGHT = "Key['RIGHT']"

but i want that with the Arrow keys..
but it not work


"Key['Arrow Up']"
"Key['Arrow Left']"
"Key['Arrow Right']"
"Key['Arrow Down']"