# This section gets filled out on end-user machines if they have # additional input devices connected. The keyboard is ALWAYS device 0 # and the mouse is ALWAYS device 1 so these don't have to be listed, # but I support listing them anyway since that tends to make things # clear when figuring out what index to use in your control. # Normally the guid has the form # DWORD WORD WORD BYTE BYTE BYTE BYTE BYTE BYTE BYTE BYTE. # They can be listed in hex or decimal. # # To define your own meta keys you can edit the following table. The # first entry is which meta-key bit you are defining, this number must # be between 1 and 32. The second number is a device index from the # table above, for example 0 is your keyboard and 1 is your mouse. # The third number is the identifier for which button is used for the # key. Note that multiple keys can toggle the same meta-key bit, for # example both the left and right keyboard keys toggle the same bit. # Later in the Bindings table you can specify that one or more # meta-keys are required by combining the bits from the MetaKeys # table, for example Control+Alt would use a value of 0x06. Note that # only buttons can be used as meta-keys, you cannot use Axis, Slider, # or POV controls as meta-keys. # # Device is an index from the device table. KeyIndex is a matching # DIK_*, DIMOFS_*, or DIJOFS_* define (see DInput.h for possible # values) depending on whether the device is a Keyboard, Mouse, or # Joystick/Gamepad. Controls can be modidied by an optional MetaKey # value, this value is an integer which combines any number of the # bits defined in the MetaKeys table. The same button can be defined # with different meta-key values but not with exactly the same # meta-key modifiers. When selecting an action in response to user # input the action that matches the largest number of modifiers is # the action that gets selected. For example, if I define an action # for X, Shift+X, and Control+X and then I enter Alt+Shift+X this # will match the Shift+X action. If two or more actions match the # same number of bits then the action with the lowest index wins. # Using the previous example, if I pressed Ctrl+Shift+X it will match # Shift+X and not Control+X because shift is assigned a lower index # in the MetaKeys table above (shift is index 1, control is index 2). # ActivationType is a modifier for how the button is pressed, for # example you can say Up, Down, DblClick, Tap, or Analog. You can # modify DblClick with the keyword Nearby to indicate that you only # want a double click to count if the mouse cursor hasn't moved very # far. You can combine these bits to get notifed of multiple events. # By default you get Down and Up. Note that a "Tap" is also a # ButtonUp, the tap is just a modifier. Also note that DblClick is # also a ButtonDown. No two controls can register for the exact same # Activation of the same control but you can have different actions # for ButtonDown and DblClick, or ButtonUp and Tap. Oh, SubControl # is used for forming virtual buttons from sub-ranges of an analog # control, valid values are POVUp, POVRight, POVDown, POVLeft, # AxisPositive, and AxisNegative. "User Defined Keymap" [ 00000000-0000-0000-0000-000000000000 ] Devices [ Keyboard [ GUID_SysKeyboard ] Mouse [ GUID_SysMouse ] Virtual [ GUID_Virtual ] Joystick [ GUID_SysJoystick ] Joystick [ GUID_XInput1 ] Joystick [ GUID_XInput2 ] Joystick [ GUID_XInput3 ] Joystick [ GUID_XInput4 ] Joystick [ F052B9A0-DC19-11DE-8001-444553540000 ] Joystick [ F053A400-DC19-11DE-8002-444553540000 ] Joystick [ F053CB10-DC19-11DE-8003-444553540000 ] ] MetaKeys [ 1 [ 0 DIK_LSHIFT ] 1 [ 0 DIK_RSHIFT ] 2 [ 0 DIK_LCONTROL ] 2 [ 0 DIK_RCONTROL ] 3 [ 0 DIK_LMENU ] 3 [ 0 DIK_RALT ] 4 [ 0 DIK_LWIN ] 4 [ 0 DIK_RWIN ] 5 [ 1 DIMOFS_BUTTON3 ] 6 [ 1 DIMOFS_BUTTON4 ] 7 [ 1 DIMOFS_BUTTON0 ] 8 [ 1 DIMOFS_BUTTON1 ] ] Bindings [ Main [ DoNothing [ User [ 0 DIK_CAPSLOCK ] ] ToggleJournalPanel [ User [ 0 DIK_P ] ] ToggleCraftingPanel [ User [ 0 DIK_COMMA ] ] DoNothing [ User [ 0 DIK_6 ] 0x00000020 ] DoNothing [ User [ 1 DIMOFS_BUTTON4 ] ] DoNothing [ User [ 1 DIMOFS_BUTTON3 ] ] QUICKSLOT_64 [ User [ 0 DIK_4 ] 0x00000040 ] QUICKSLOT_65 [ User [ 0 DIK_5 ] 0x00000040 ] QUICKSLOT_66 [ User [ 0 DIK_6 ] 0x00000040 ] QUICKSLOT_67 [ User [ 0 DIK_7 ] 0x00000040 ] QUICKSLOT_68 [ User [ 0 DIK_8 ] 0x00000040 ] QUICKSLOT_69 [ User [ 0 DIK_9 ] 0x00000040 ] QUICKSLOT_70 [ User [ 0 DIK_0 ] 0x00000040 ] QUICKSLOT_71 [ User [ 0 DIK_MINUS ] 0x00000040 ] QUICKSLOT_72 [ User [ 0 DIK_EQUALS ] 0x00000040 ] DoNothing [ User [ 0 DIK_6 ] 0x00000080 ] QUICKSLOT_42 [ User [ 0 DIK_Q ] 0x00000080 ] DoNothing [ User [ 0 DIK_7 ] 0x00000080 ] DoNothing [ User [ 0 DIK_8 ] 0x00000080 ] QUICKSLOT_44 [ User [ 0 DIK_E ] 0x00000080 ] QUICKSLOT_7 [ User [ 0 DIK_X ] ] QUICKSLOT_9 [ User [ 0 DIK_V ] ] QUICKSLOT_10 [ User [ 0 DIK_B ] ] DoNothing [ User [ 0 DIK_SEMICOLON ] ] DoNothing [ User [ 0 DIK_APOSTROPHE ] ] DoNothing [ User [ 0 DIK_7 ] 0x00000010 ] DoNothing [ User [ 0 DIK_6 ] 0x00000010 ] DoNothing [ User [ 0 DIK_8 ] 0x00000010 ] DoNothing [ User [ 0 DIK_PERIOD ] 0x00000006 ] DoNothing [ User [ 0 DIK_A ] 0x00000040 ] DoNothing [ User [ 0 DIK_PERIOD ] 0x00000001 ] QUICKSLOT_22 [ User [ 0 DIK_G ] ] QUICKSLOT_35 [ User [ 0 DIK_Y ] ] DoNothing [ User [ 0 DIK_Q ] 0x00000010 ] QUICKSLOT_13 [ User [ 0 DIK_1 ] 0x00000010 ] DoNothing [ User [ 0 DIK_1 ] 0x00000010 Tap ] QUICKSLOT_15 [ User [ 0 DIK_3 ] 0x00000010 ] QUICKSLOT_16 [ User [ 0 DIK_4 ] 0x00000010 ] QUICKSLOT_17 [ User [ 0 DIK_5 ] 0x00000010 ] QUICKSLOT_25 [ User [ 0 DIK_1 ] 0x00000020 ] DoNothing [ User [ 0 DIK_1 ] 0x00000020 Tap ] QUICKSLOT_26 [ User [ 0 DIK_2 ] 0x00000020 Down ] QUICKSLOT_27 [ User [ 0 DIK_3 ] 0x00000020 Down ] QUICKSLOT_28 [ User [ 0 DIK_4 ] 0x00000020 ] QUICKSLOT_29 [ User [ 0 DIK_5 ] 0x00000020 ] QUICKSLOT_38 [ User [ 0 DIK_2 ] 0x00000080 ] QUICKSLOT_39 [ User [ 0 DIK_3 ] 0x00000080 ] QUICKSLOT_40 [ User [ 0 DIK_4 ] 0x00000080 ] QUICKSLOT_41 [ User [ 0 DIK_5 ] 0x00000080 ] ChatModeReply [ User [ 0 DIK_LWIN ] 0x00000000 Tap ] QUICKSLOT_62 [ User [ 0 DIK_2 ] 0x00000040 Down ] QUICKSLOT_63 [ User [ 0 DIK_3 ] 0x00000040 Down ] DoNothing [ User [ 0 DIK_RBRACKET ] ] DoNothing [ User [ 0 DIK_OEM_102 ] ] DoNothing [ User [ 0 DIK_MINUS ] 0x00000080 ] DoNothing [ User [ 0 DIK_EQUALS ] 0x00000080 ] DoNothing [ User [ 0 DIK_0 ] 0x00000080 ] DoNothing [ User [ 0 DIK_9 ] 0x00000080 ] QUICKSLOT_49 [ User [ 0 DIK_Z ] 0x00000040 ] QUICKSLOT_50 [ User [ 0 DIK_X ] 0x00000040 ] QUICKSLOT_51 [ User [ 0 DIK_C ] 0x00000040 ] QUICKSLOT_52 [ User [ 0 DIK_V ] 0x00000040 ] QUICKSLOT_53 [ User [ 0 DIK_B ] 0x00000040 ] QUICKSLOT_54 [ User [ 0 DIK_N ] 0x00000040 ] QUICKSLOT_55 [ User [ 0 DIK_M ] 0x00000040 ] QUICKSLOT_56 [ User [ 0 DIK_COMMA ] 0x00000040 ] QUICKSLOT_57 [ User [ 0 DIK_PERIOD ] 0x00000040 ] QUICKSLOT_37 [ User [ 0 DIK_1 ] 0x00000080 ] DoNothing [ User [ 0 DIK_1 ] 0x00000080 Tap ] QUICKSLOT_45 [ User [ 0 DIK_R ] 0x00000080 ] QUICKSLOT_46 [ User [ 0 DIK_T ] 0x00000080 ] QUICKSLOT_61 [ User [ 0 DIK_1 ] 0x00000040 Down ] ToggleHousingPanel [ User [ 0 DIK_PERIOD ] ] QUICKSLOT_14 [ User [ 0 DIK_2 ] 0x00000010 ] QUICKSLOT_48 [ User [ 0 DIK_2 ] 0x00000020 Tap ] QUICKSLOT_36 [ User [ 0 DIK_3 ] 0x00000040 Tap ] QUICKSLOT_24 [ User [ 0 DIK_1 ] 0x00000040 Tap ] QUICKSLOT_12 [ User [ 0 DIK_2 ] 0x00000040 Tap ] QUICKSLOT_47 [ User [ 0 DIK_3 ] 0x00000020 Tap ] QUICKSLOT_43 [ User [ 0 DIK_E ] 0x00000000 Tap ] QUICKSLOT_19 [ User [ 0 DIK_1 ] 0x00000000 Tap ] VOICECHAT_TALK [ User [ 0 DIK_LWIN ] 0x00000000 Down ] DismountRemount [ User [ 0 DIK_NUMPADSLASH ] ] SELECTION_LAST [ User [ 0 DIK_LSHIFT ] 0x00000000 Tap ] DoNothing [ User [ 0 DIK_DECIMAL ] ] ItemLinkToChat [ User [ 1 DIMOFS_BUTTON1 ] 0x00000004 ] DressingRoom [ User [ 1 DIMOFS_BUTTON0 ] 0x00000004 ] AutoLootAll [ User [ 1 DIMOFS_BUTTON2 ] ] TapLeft [ User [ 1 DIMOFS_BUTTON0 ] 0x00000002 ] AutoLootAll [ Old [ 1 DIMOFS_BUTTON1 ] 0x00000001 ] SelectRight [ User [ 1 DIMOFS_BUTTON1 ] 0x00000002 ] DoNothing [ User [ 1 DIMOFS_BUTTON0 ] 0x00000080 ] MovementForwardCameraMovementToggleMouseSteer [ Old [ 1 DIMOFS_BUTTON1 ] 0x00000040 ] MovementLongJump [ Old [ 0 DIK_SPACE ] ] MovementHighJump [ Old [ 0 DIK_SPACE ] 0x00000001 ] MovementForward [ User [ 0 DIK_W ] ] DoNothing [ User [ 0 DIK_UPARROW ] ] MovementBackup [ User [ 0 DIK_S ] ] DoNothing [ User [ 0 DIK_DOWNARROW ] ] MovementTurnOrStrafeLeft [ User [ 0 DIK_A ] ] DoNothing [ User [ 0 DIK_LEFT ] ] MovementTurnOrStrafeRight [ User [ 0 DIK_D ] ] DoNothing [ User [ 0 DIK_RIGHTARROW ] ] QUICKSLOT_30 [ User [ 0 DIK_Q ] ] QUICKSLOT_32 [ User [ 0 DIK_E ] 0x00000000 Down ] MovementWalkMode [ Old [ 0 DIK_INSERT ] ] MovementRunLock [ Old [ 0 DIK_NUMLOCK ] ] QUICKSLOT_1 [ User [ 0 DIK_1 ] 0x00000000 Down ] QUICKSLOT_2 [ User [ 0 DIK_2 ] 0x00000000 Down ] QUICKSLOT_3 [ User [ 0 DIK_3 ] 0x00000000 Down ] QUICKSLOT_4 [ Old [ 0 DIK_4 ] ] QUICKSLOT_5 [ Old [ 0 DIK_5 ] ] DoNothing [ User [ 0 DIK_6 ] ] DoNothing [ User [ 0 DIK_7 ] ] DoNothing [ User [ 0 DIK_8 ] ] DoNothing [ User [ 0 DIK_9 ] ] DoNothing [ User [ 0 DIK_0 ] ] DoNothing [ User [ 0 DIK_MINUS ] ] DoNothing [ User [ 0 DIK_EQUALS ] ] DoNothing [ User [ 0 DIK_1 ] 0x00000002 ] AssistFellowTwo [ User [ 0 DIK_2 ] 0x00000002 ] AssistFellowThree [ User [ 0 DIK_3 ] 0x00000002 ] AssistFellowFour [ User [ 0 DIK_4 ] 0x00000002 ] AssistFellowFive [ User [ 0 DIK_5 ] 0x00000002 ] AssistFellowSix [ User [ 0 DIK_6 ] 0x00000002 ] DoNothing [ User [ 0 DIK_7 ] 0x00000002 ] DoNothing [ User [ 0 DIK_8 ] 0x00000002 ] DoNothing [ User [ 0 DIK_9 ] 0x00000002 ] DoNothing [ User [ 0 DIK_0 ] 0x00000002 ] DoNothing [ User [ 0 DIK_MINUS ] 0x00000002 ] DoNothing [ User [ 0 DIK_EQUALS ] 0x00000002 ] DoNothing [ User [ 0 DIK_1 ] 0x00000004 ] DoNothing [ User [ 0 DIK_2 ] 0x00000004 ] DoNothing [ User [ 0 DIK_3 ] 0x00000004 ] DoNothing [ User [ 0 DIK_4 ] 0x00000004 ] DoNothing [ User [ 0 DIK_5 ] 0x00000004 ] DoNothing [ User [ 0 DIK_6 ] 0x00000004 ] DoNothing [ User [ 0 DIK_7 ] 0x00000004 ] DoNothing [ User [ 0 DIK_8 ] 0x00000004 ] DoNothing [ User [ 0 DIK_9 ] 0x00000004 ] DoNothing [ User [ 0 DIK_0 ] 0x00000004 ] DoNothing [ User [ 0 DIK_MINUS ] 0x00000004 ] DoNothing [ User [ 0 DIK_EQUALS ] 0x00000004 ] DoNothing [ User [ 0 DIK_1 ] 0x00000001 ] DoNothing [ User [ 0 DIK_2 ] 0x00000001 ] DoNothing [ User [ 0 DIK_3 ] 0x00000001 ] DoNothing [ User [ 0 DIK_4 ] 0x00000001 ] DoNothing [ User [ 0 DIK_5 ] 0x00000001 ] DoNothing [ User [ 0 DIK_6 ] 0x00000001 ] DoNothing [ User [ 0 DIK_7 ] 0x00000001 ] DoNothing [ User [ 0 DIK_8 ] 0x00000001 ] DoNothing [ User [ 0 DIK_9 ] 0x00000001 ] DoNothing [ User [ 0 DIK_0 ] 0x00000001 ] DoNothing [ User [ 0 DIK_MINUS ] 0x00000001 ] DoNothing [ User [ 0 DIK_EQUALS ] 0x00000001 ] QUICKSLOT_BACKPACK [ Old [ 0 DIK_I ] ] DoNothing [ User [ 0 DIK_F1 ] 0x00000002 ] DoNothing [ User [ 0 DIK_F2 ] 0x00000002 ] DoNothing [ User [ 0 DIK_F3 ] 0x00000002 ] DoNothing [ User [ 0 DIK_F4 ] 0x00000002 ] DoNothing [ User [ 0 DIK_F5 ] 0x00000002 ] SELECTION_NEXT_PC [ User [ 0 DIK_GRAVE ] ] DoNothing [ User [ 0 DIK_LCONTROL ] ] DoNothing [ User [ 0 DIK_RCONTROL ] ] DoNothing [ User [ 0 DIK_RALT ] ] QUICKSLOT_SHIFT_META [ Old [ 0 DIK_LSHIFT ] ] DoNothing [ User [ 0 DIK_RSHIFT ] ] DoNothing [ User [ 0 DIK_BACK ] ] SELECTION_NEXT_FOE [ Old [ 0 DIK_TAB ] ] SELECTION_PREVIOUS_FOE [ Old [ 0 DIK_TAB ] 0x00000001 ] DoNothing [ User [ 0 DIK_TAB ] 0x00000002 ] QUICKSLOT_21 [ User [ 0 DIK_F ] ] SELECTION_NEAREST_ITEM [ Old [ 0 DIK_DELETE ] ] ToggleTargetMark3 [ User [ 0 DIK_F9 ] ] DoNothing [ User [ 0 DIK_F9 ] 0x00000001 ] DoNothing [ User [ 0 DIK_F9 ] 0x00000002 ] ToggleTargetMark4 [ User [ 0 DIK_F10 ] ] DoNothing [ User [ 0 DIK_F10 ] 0x00000001 ] DoNothing [ User [ 0 DIK_F10 ] 0x00000002 ] DoNothing [ User [ 0 DIK_BACKSLASH ] ] ToggleTargetMark2 [ User [ 0 DIK_F8 ] ] USE [ Old [ 0 DIK_U ] ] QUICKSLOT_8 [ User [ 0 DIK_C ] ] ToggleQuestPanel [ Old [ 0 DIK_L ] ] ToggleAccomplishmentPanel [ Old [ 0 DIK_L ] 0x00000001 ] ToggleSkillPanel [ Old [ 0 DIK_K ] ] ToggleSocialPanel [ Old [ 0 DIK_O ] ] ToggleTraitPanel [ Old [ 0 DIK_J ] ] QUICKSLOT_34 [ User [ 0 DIK_T ] ] ToggleTargetMark1 [ User [ 0 DIK_F7 ] ] ToggleMapPanel [ Old [ 0 DIK_M ] ] ToggleItemAdvancementPanel [ Old [ 0 DIK_I ] 0x00000001 ] ToggleItemSellLock [ Old [ 0 DIK_T ] 0x00000002 ] ToggleHiddenDragBoxes [ Old [ 0 DIK_BACKSLASH ] 0x00000002 ] ToggleTargetMark6 [ User [ 0 DIK_F12 ] ] CaptureScreenshot [ User [ 0 DIK_SYSRQ ] ] ToggleTargetMark5 [ User [ 0 DIK_F11 ] ] ADMIN_LIGHT [ Old [ 0 DIK_F10 ] 0x00000004 ] QUICKSLOT_23 [ User [ 0 DIK_H ] ] SELECTION_SELF [ User [ 0 DIK_F1 ] ] SelectFellowTwo [ Old [ 0 DIK_F2 ] ] SelectFellowThree [ Old [ 0 DIK_F3 ] ] SelectFellowFour [ Old [ 0 DIK_F4 ] ] SelectFellowFive [ Old [ 0 DIK_F5 ] ] SelectFellowSix [ Old [ 0 DIK_F6 ] ] DoNothing [ User [ 0 DIK_F2 ] 0x00000001 ] DoNothing [ User [ 0 DIK_F3 ] 0x00000001 ] DoNothing [ User [ 0 DIK_F4 ] 0x00000001 ] DoNothing [ User [ 0 DIK_F5 ] 0x00000001 ] DoNothing [ User [ 0 DIK_F6 ] 0x00000001 ] LOGOUT [ Old [ 0 DIK_ESCAPE ] 0x00000001 ] QUICKSLOT_11 [ User [ 0 DIK_N ] ] ToggleAdminPanel [ Old [ 0 DIK_A ] 0x00000002 ] ToggleOptionsPanel [ Old [ 0 DIK_O ] 0x00000002 ] ToggleThreatTrackerPanel [ Old [ 0 DIK_H ] 0x00000002 ] ToggleSkirmishPanel [ Old [ 0 DIK_K ] 0x00000002 ] ToggleWorldJoin [ Old [ 0 DIK_J ] 0x00000002 ] ToggleWebStore [ Old [ 0 DIK_S ] 0x00000002 ] AssistFellowTwo [ User [ 0 DIK_LMENU ] ] QUICKSLOT_6 [ User [ 0 DIK_Z ] ] QUICKSLOT_33 [ User [ 0 DIK_R ] ] PointerX [ Old [ 1 DIMOFS_X ] ] PointerY [ Old [ 1 DIMOFS_Y ] ] SelectLeft [ Old [ 1 DIMOFS_BUTTON0 ] ] CameraInstantMouseSteer [ Old [ 1 DIMOFS_BUTTON1 ] ] SelectDblLeft [ Old [ 1 DIMOFS_BUTTON0 ] 0x00000000 MouseDblClick ] SelectDblRight [ Old [ 1 DIMOFS_BUTTON1 ] 0x00000000 MouseDblClick ] DoNothing [ User [ 1 DIMOFS_BUTTON0 ] 0x00000000 Tap ] DoNothing [ User [ 1 DIMOFS_BUTTON1 ] 0x00000000 Tap ] EscapeKey [ Old [ 0 DIK_ESCAPE ] ] AcceptInput [ Old [ 0 DIK_RETURN ] ] AcceptInput [ Old [ 0 DIK_NUMPADENTER ] ] START_COMMAND [ Old [ 0 DIK_SLASH ] ] DoNothing [ User [ 0 DIK_P ] 0x00000002 ] ToggleDebugHUD [ Old [ 0 DIK_F ] 0x00000002 ] ToggleBlockUI [ Old [ 0 DIK_F9 ] 0x00000007 ] TogglePerfGraph [ Old [ 0 DIK_F10 ] 0x00000007 ] ToggleMemoryGraph [ Old [ 0 DIK_F8 ] 0x00000007 ] ToggleProfiler [ Old [ 0 DIK_F11 ] 0x00000007 ] ToggleEntityNodeLabels [ Old [ 0 DIK_F12 ] 0x00000007 ] ToggleStringTokenDebugger [ Old [ 0 DIK_GRAVE ] 0x00000004 ] DoNothing [ User [ 0 DIK_NUMPAD0 ] ] CameraInstantMoveToward [ Old [ 1 DIMOFS_Z AxisPositive ] ] CameraInstantMoveAway [ Old [ 1 DIMOFS_Z AxisNegative ] ] QUICKSLOT_18 [ User [ 0 DIK_NUMPAD4 ] ] QUICKSLOT_20 [ User [ 0 DIK_NUMPAD6 ] ] QUICKSLOT_31 [ User [ 0 DIK_NUMPAD8 ] ] SelectFellowOne [ User [ 0 DIK_NUMPAD5 ] ] QUICKSLOT_59 [ User [ 0 DIK_NUMPAD2 ] ] QUICKSLOT_60 [ User [ 0 DIK_NUMPAD3 ] ] QUICKSLOT_58 [ User [ 0 DIK_NUMPAD1 ] ] CameraMoveToward [ User [ 0 DIK_NUMPADPLUS ] ] QUICKSLOT_32 [ User [ 0 DIK_NUMPAD9 ] ] CameraMoveAway [ User [ 0 DIK_NUMPADMINUS ] ] QUICKSLOT_66 [ User [ 0 DIK_NUMPAD7 ] ] CameraFirstPerson [ Old [ 0 DIK_NUMPADSTAR ] ] CameraFlightMode [ Old [ 0 DIK_PERIOD ] 0x00000002 ] AltTab [ Old [ 0 DIK_TAB ] 0x00000004 ] CursorPreviousPage [ Old [ 0 DIK_PGUP ] ] CursorNextPage [ Old [ 0 DIK_PGDN ] ] CursorStartOfLine [ Old [ 0 DIK_HOME ] ] CursorEndOfLine [ Old [ 0 DIK_END ] ] ] EditControls [ ToggleAssistancePanel [ Old [ 0 DIK_F1 ] ] CursorCharLeft [ Old [ 0 DIK_LEFT ] ] CursorCharRight [ Old [ 0 DIK_RIGHTARROW ] ] CursorPreviousLine [ Old [ 0 DIK_UPARROW ] ] CursorNextLine [ Old [ 0 DIK_DOWNARROW ] ] CursorPreviousPage [ Old [ 0 DIK_PGUP ] ] CursorNextPage [ Old [ 0 DIK_PGDN ] ] CursorWordLeft [ Old [ 0 DIK_LEFT ] 0x00000002 ] CursorWordRight [ Old [ 0 DIK_RIGHTARROW ] 0x00000002 ] CursorStartOfLine [ Old [ 0 DIK_HOME ] ] CursorStartOfDocument [ Old [ 0 DIK_HOME ] 0x00000002 ] CursorEndOfLine [ Old [ 0 DIK_END ] ] CursorEndOfDocument [ Old [ 0 DIK_END ] 0x00000002 ] AcceptInput [ Old [ 0 DIK_RETURN ] ] AcceptInput [ Old [ 0 DIK_NUMPADENTER ] ] EscapeKey [ Old [ 0 DIK_ESCAPE ] ] DeleteKey [ Old [ 0 DIK_DELETE ] ] BackspaceKey [ Old [ 0 DIK_BACK ] ] ] SelectionUI [ CameraInstantMouseLook [ Old [ 1 DIMOFS_BUTTON0 ] ] ] MusicUI [ DoNothing [ User [ 0 DIK_GRAVE ] ] DoNothing [ User [ 0 DIK_1 ] ] DoNothing [ User [ 0 DIK_2 ] ] DoNothing [ User [ 0 DIK_3 ] ] DoNothing [ User [ 0 DIK_4 ] ] DoNothing [ User [ 0 DIK_5 ] ] DoNothing [ User [ 0 DIK_6 ] ] DoNothing [ User [ 0 DIK_7 ] ] DoNothing [ User [ 0 DIK_8 ] ] DoNothing [ User [ 0 DIK_1 ] 0x00000001 ] DoNothing [ User [ 0 DIK_2 ] 0x00000001 ] DoNothing [ User [ 0 DIK_3 ] 0x00000001 ] DoNothing [ User [ 0 DIK_4 ] 0x00000001 ] DoNothing [ User [ 0 DIK_5 ] 0x00000001 ] DoNothing [ User [ 0 DIK_6 ] 0x00000001 ] DoNothing [ User [ 0 DIK_7 ] 0x00000001 ] DoNothing [ User [ 0 DIK_8 ] 0x00000001 ] DoNothing [ User [ 0 DIK_1 ] 0x00000002 ] DoNothing [ User [ 0 DIK_2 ] 0x00000002 ] DoNothing [ User [ 0 DIK_3 ] 0x00000002 ] DoNothing [ User [ 0 DIK_4 ] 0x00000002 ] DoNothing [ User [ 0 DIK_5 ] 0x00000002 ] DoNothing [ User [ 0 DIK_6 ] 0x00000002 ] DoNothing [ User [ 0 DIK_7 ] 0x00000002 ] DoNothing [ User [ 0 DIK_8 ] 0x00000002 ] ] MapPanel VendorBuyUI [ ToggleStackDisplay [ Old [ 0 DIK_LSHIFT ] ] ToggleStackDisplay [ Old [ 0 DIK_RSHIFT ] ] ToggleQuantityDisplay [ Old [ 0 DIK_LMENU ] ] ToggleQuantityDisplay [ Old [ 0 DIK_RALT ] ] ToggleFillStackDisplay [ Old [ 0 DIK_TAB ] ] SelectRight [ Old [ 1 DIMOFS_BUTTON1 ] 0x00000001 ] ] ScrollableControls ScrollableControls_Mouse [ ScrollUp [ Old [ 1 DIMOFS_Z AxisPositive ] ] ScrollDown [ Old [ 1 DIMOFS_Z AxisNegative ] ] ] CopyAndPasteControls [ CopyText [ Old [ 0 DIK_C ] 0x00000002 ] CutText [ Old [ 0 DIK_X ] 0x00000002 ] PasteText [ Old [ 0 DIK_V ] 0x00000002 ] ] DialogBoxes [ FocusMoveLeft [ Old [ 0 DIK_LEFT ] ] FocusMoveRight [ Old [ 0 DIK_RIGHTARROW ] ] FocusMoveUp [ Old [ 0 DIK_UPARROW ] ] FocusMoveDown [ Old [ 0 DIK_DOWNARROW ] ] FocusNext [ Old [ 0 DIK_TAB ] ] FocusPrevious [ Old [ 0 DIK_TAB ] 0x00000001 ] EscapeKey [ Old [ 0 DIK_ESCAPE ] ] ] DebugConsole [ ToggleDebugConsole [ Old [ 0 DIK_GRAVE ] 0x00000002 ] ToggleDebugConsole [ Old [ 0 DIK_PAUSE ] ] ] StringTokenDebugger [ ToggleStringTokenDebugger [ Old [ 0 DIK_GRAVE ] 0x00000004 ] ] ]