User:Magill/Sandbox-Mac-keymap-file
Jump to navigation
Jump to search
cd ~/Library/Application\ Support/com.turbine.lotroclient/ [/Users/magill/Library/Application Support/com.turbine.lotroclient] magill outpost> ls -als total 13260 0 drwxr-xr-x@ 43 magill staff 1376 Jun 5 21:39 . 0 drwx------@ 117 magill staff 3744 Jun 17 14:33 .. 12 -rw-r--r--@ 1 magill staff 10244 Apr 27 15:17 .DS_Store 0 drwxr-xr-x 9 magill staff 288 Feb 9 2014 A-Hobbit to Isengard 0 drwx------ 7 magill staff 224 Mar 30 15:38 Cache 8 -rw-r--r-- 1 magill staff 7168 Mar 30 15:37 Cookies 4 -rwxr-xr-x@ 1 magill staff 1686 Feb 23 15:34 General_20180223_1.txt 4 -rwxr-xr-x 1 magill staff 2992 Apr 14 14:11 General_20180414_1.txt 8 -rwxr-xr-x@ 1 magill staff 4371 Apr 14 15:21 General_20180414_2.txt 0 drwx------ 2 magill staff 64 Apr 10 2016 Local Storage 0 drwxr-xr-x 17 magill staff 544 Mar 9 2015 Music 760 -rw-r--r--@ 1 magill staff 775006 Mar 24 14:48 NAUTHLANDIR.jpg 0 drwxr-xr-x@ 18 magill staff 576 Feb 20 2016 Old CombatAnalysis 0 drwxr-xr-x@ 3 magill staff 96 Feb 6 2012 Plugin Compendium.app 0 drwxr-xr-x@ 3 magill staff 96 Mar 6 2016 PluginCompendium.app 0 drwxr-xr-x 6 magill staff 192 Jan 23 2015 PluginData 0 drwxr-xr-x 29 magill staff 928 Dec 27 14:06 Plugins 0 drwxr-xr-x 4 magill staff 128 Nov 9 2014 Plugins copy 0 drwxr-xr-x 22 magill staff 704 Mar 8 2014 Plugins old copy 688 -rw-r--r--@ 1 magill staff 701642 Apr 15 17:18 ScreenShot00000.jpg 592 -rw-r--r-- 1 magill staff 604447 May 4 12:58 ScreenShot00001.jpg 812 -rw-r--r--@ 1 magill staff 830380 Apr 26 21:04 ScreenShot00002.jpg 484 -rw-r--r-- 1 magill staff 492088 May 4 12:58 ScreenShot00003.jpg 412 -rw-r--r-- 1 magill staff 420640 May 4 12:58 ScreenShot00004.jpg 420 -rw-r--r-- 1 magill staff 426752 May 4 12:58 ScreenShot00005.jpg 768 -rw-r--r-- 1 magill staff 785043 Jun 4 12:14 ScreenShot00006.jpg 660 -rw-r--r-- 1 magill staff 675390 Jun 5 21:39 ScreenShot00007.jpg 1124 -rw-r--r--@ 1 magill staff 1148041 Mar 26 20:21 ScreenShot00136.jpg 768 -rw-r--r--@ 1 magill staff 786133 Mar 26 20:23 ScreenShot00137.jpg 684 -rw-r--r--@ 1 magill staff 697257 Mar 26 20:25 ScreenShot00138.jpg 884 -rw-r--r--@ 1 magill staff 905105 Mar 26 20:29 ScreenShot00139.jpg 836 -rw-r--r--@ 1 magill staff 853927 Mar 26 20:29 ScreenShot00140.jpg 824 -rw-r--r--@ 1 magill staff 840972 Mar 26 20:29 ScreenShot00141.jpg 828 -rw-r--r--@ 1 magill staff 847159 Mar 26 20:31 ScreenShot00142.jpg 892 -rw-r--r--@ 1 magill staff 910553 Mar 26 20:37 ScreenShot00143.jpg 748 -rw-r--r--@ 1 magill staff 761943 Mar 26 20:38 ScreenShot00144.jpg 0 drwxr-xr-x 82 magill staff 2624 Aug 20 2017 U21-Crafting 0 drwxr-xr-x 32 magill staff 1024 Jul 21 2017 U21-bundle 0 drwxr-xr-x 91 magill staff 2912 Feb 11 11:20 U21-stuff 0 drwxr-xr-x 3 magill staff 96 Mar 6 18:29 U22 16 -rw-r--r-- 1 magill staff 16232 Jun 23 00:07 lotro.keymap 24 -rw-r--r-- 1 magill staff 24030 Jun 23 00:07 lotroclient_2.log 0 drwxr-xr-x 5 magill staff 160 Nov 5 2017 ui [/Users/magill/Library/Application Support/com.turbine.lotroclient] magill outpost> cat lotro.keymap # 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 ] ] MetaKeys [ 1 [ 0 DIK_LSHIFT ] 1 [ 0 DIK_RSHIFT ] 2 [ 0 DIK_LCONTROL ] 2 [ 0 DIK_RCONTROL ] 3 [ 0 DIK_LALT ] 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 [ CameraInstantMouseLook [ Old [ 1 DIMOFS_BUTTON2 ] ] CameraToggleTargetCam [ Old [ 0 DIK_X ] ] DressingRoom [ Old [ 1 DIMOFS_BUTTON0 ] 0x00000002 ] AutoLootAll [ Old [ 1 DIMOFS_BUTTON1 ] 0x00000001 ] ItemLinkToChat [ Old [ 1 DIMOFS_BUTTON1 ] 0x00000002 ] MultiUseItem [ Old [ 1 DIMOFS_BUTTON1 ] 0x00000004 ] MovementForwardCameraMovement [ Old [ 1 DIMOFS_BUTTON0 ] 0x00000080 ] MovementForwardCameraMovementToggleMouseSteer [ Old [ 1 DIMOFS_BUTTON1 ] 0x00000040 ] MovementLongJump [ Old [ 0 DIK_SPACE ] ] MovementHighJump [ Old [ 0 DIK_SPACE ] 0x00000001 ] MovementForward [ Old [ 0 DIK_W ] ] MovementForward [ Old [ 0 DIK_UPARROW ] ] MovementBackup [ Old [ 0 DIK_S ] ] MovementBackup [ Old [ 0 DIK_DOWNARROW ] ] MovementTurnOrStrafeLeft [ Old [ 0 DIK_A ] ] MovementTurnOrStrafeLeft [ Old [ 0 DIK_LEFTARROW ] ] MovementTurnOrStrafeRight [ Old [ 0 DIK_D ] ] MovementTurnOrStrafeRight [ Old [ 0 DIK_RIGHTARROW ] ] MovementStrafeLeft [ Old [ 0 DIK_Q ] ] MovementStrafeRight [ Old [ 0 DIK_E ] ] DoNothing [ User [ 0 DIK_INSERT ] ] MovementRunLock [ Old [ 0 DIK_NUMLOCK ] ] QUICKSLOT_1 [ Old [ 0 DIK_1 ] ] QUICKSLOT_2 [ Old [ 0 DIK_2 ] ] QUICKSLOT_3 [ Old [ 0 DIK_3 ] ] QUICKSLOT_4 [ Old [ 0 DIK_4 ] ] QUICKSLOT_5 [ Old [ 0 DIK_5 ] ] QUICKSLOT_6 [ Old [ 0 DIK_6 ] ] QUICKSLOT_7 [ Old [ 0 DIK_7 ] ] QUICKSLOT_8 [ Old [ 0 DIK_8 ] ] QUICKSLOT_9 [ Old [ 0 DIK_9 ] ] QUICKSLOT_10 [ Old [ 0 DIK_0 ] ] QUICKSLOT_11 [ Old [ 0 DIK_MINUS ] ] QUICKSLOT_12 [ Old [ 0 DIK_EQUALS ] ] QUICKSLOT_13 [ Old [ 0 DIK_1 ] 0x00000002 ] QUICKSLOT_14 [ Old [ 0 DIK_2 ] 0x00000002 ] QUICKSLOT_15 [ Old [ 0 DIK_3 ] 0x00000002 ] QUICKSLOT_16 [ Old [ 0 DIK_4 ] 0x00000002 ] QUICKSLOT_17 [ Old [ 0 DIK_5 ] 0x00000002 ] QUICKSLOT_18 [ Old [ 0 DIK_6 ] 0x00000002 ] QUICKSLOT_19 [ Old [ 0 DIK_7 ] 0x00000002 ] QUICKSLOT_20 [ Old [ 0 DIK_8 ] 0x00000002 ] QUICKSLOT_21 [ Old [ 0 DIK_9 ] 0x00000002 ] QUICKSLOT_22 [ Old [ 0 DIK_0 ] 0x00000002 ] QUICKSLOT_23 [ Old [ 0 DIK_MINUS ] 0x00000002 ] QUICKSLOT_24 [ Old [ 0 DIK_EQUALS ] 0x00000002 ] QUICKSLOT_25 [ Old [ 0 DIK_1 ] 0x00000004 ] QUICKSLOT_26 [ Old [ 0 DIK_2 ] 0x00000004 ] QUICKSLOT_27 [ Old [ 0 DIK_3 ] 0x00000004 ] QUICKSLOT_28 [ Old [ 0 DIK_4 ] 0x00000004 ] QUICKSLOT_29 [ Old [ 0 DIK_5 ] 0x00000004 ] QUICKSLOT_30 [ Old [ 0 DIK_6 ] 0x00000004 ] QUICKSLOT_31 [ Old [ 0 DIK_7 ] 0x00000004 ] QUICKSLOT_32 [ Old [ 0 DIK_8 ] 0x00000004 ] QUICKSLOT_33 [ Old [ 0 DIK_9 ] 0x00000004 ] QUICKSLOT_34 [ Old [ 0 DIK_0 ] 0x00000004 ] QUICKSLOT_35 [ Old [ 0 DIK_MINUS ] 0x00000004 ] QUICKSLOT_36 [ Old [ 0 DIK_EQUALS ] 0x00000004 ] QUICKSLOT_37 [ Old [ 0 DIK_1 ] 0x00000001 ] QUICKSLOT_38 [ Old [ 0 DIK_2 ] 0x00000001 ] QUICKSLOT_39 [ Old [ 0 DIK_3 ] 0x00000001 ] QUICKSLOT_40 [ Old [ 0 DIK_4 ] 0x00000001 ] QUICKSLOT_41 [ Old [ 0 DIK_5 ] 0x00000001 ] QUICKSLOT_42 [ Old [ 0 DIK_6 ] 0x00000001 ] QUICKSLOT_43 [ Old [ 0 DIK_7 ] 0x00000001 ] QUICKSLOT_44 [ Old [ 0 DIK_8 ] 0x00000001 ] QUICKSLOT_45 [ Old [ 0 DIK_9 ] 0x00000001 ] QUICKSLOT_46 [ Old [ 0 DIK_0 ] 0x00000001 ] QUICKSLOT_47 [ Old [ 0 DIK_MINUS ] 0x00000001 ] QUICKSLOT_48 [ Old [ 0 DIK_EQUALS ] 0x00000001 ] QUICKSLOT_BACKPACK [ Old [ 0 DIK_I ] ] QUICKSLOT_BACKPACK1 [ Old [ 0 DIK_F1 ] 0x00000002 ] QUICKSLOT_BACKPACK2 [ Old [ 0 DIK_F2 ] 0x00000002 ] QUICKSLOT_BACKPACK3 [ Old [ 0 DIK_F3 ] 0x00000002 ] QUICKSLOT_BACKPACK4 [ Old [ 0 DIK_F4 ] 0x00000002 ] QUICKSLOT_BACKPACK5 [ Old [ 0 DIK_F5 ] 0x00000002 ] QUICKSLOT_BACKPACK6 [ Old [ 0 DIK_F6 ] 0x00000002 ] QUICKSLOT_SKILLMODE [ Old [ 0 DIK_GRAVE ] ] QUICKSLOT_CTRL_META [ Old [ 0 DIK_LCONTROL ] ] QUICKSLOT_CTRL_META [ Old [ 0 DIK_RCONTROL ] ] QUICKSLOT_ALT_META [ Old [ 0 DIK_RALT ] ] QUICKSLOT_SHIFT_META [ Old [ 0 DIK_LSHIFT ] ] QUICKSLOT_SHIFT_META [ Old [ 0 DIK_RSHIFT ] ] SELECTION_NEAREST_FOE [ Old [ 0 DIK_BACK ] ] SELECTION_NEXT_FOE [ Old [ 0 DIK_TAB ] ] SELECTION_PREVIOUS_FOE [ Old [ 0 DIK_TAB ] 0x00000001 ] SELECTION_NEAREST_PC [ Old [ 0 DIK_TAB ] 0x00000002 ] SELECTION_ASSIST [ Old [ 0 DIK_F ] ] SELECTION_NEAREST_ITEM [ Old [ 0 DIK_DELETE ] ] SELECTION_NEAREST_PC [ Old [ 0 DIK_F9 ] ] SELECTION_NEXT_PC [ Old [ 0 DIK_F9 ] 0x00000001 ] SELECTION_PREVIOUS_PC [ Old [ 0 DIK_F9 ] 0x00000002 ] SELECTION_NEAREST_CREATURE [ Old [ 0 DIK_F10 ] ] SELECTION_NEXT_CREATURE [ Old [ 0 DIK_F10 ] 0x00000001 ] SELECTION_PREVIOUS_CREATURE [ Old [ 0 DIK_F10 ] 0x00000002 ] SELECTION_SELF [ Old [ 0 DIK_BACKSLASH ] ] SELECTION_NEAREST_FELLOW [ Old [ 0 DIK_F8 ] ] USE [ Old [ 0 DIK_U ] ] ToggleJournalPanel [ Old [ 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 ] ] ToggleCraftingPanel [ Old [ 0 DIK_T ] ] ToggleAssistancePanel [ Old [ 0 DIK_F7 ] ] ToggleMapPanel [ Old [ 0 DIK_M ] ] ToggleFellowshipMakerUI [ Old [ 0 DIK_F ] 0x00000001 ] TogglePaperItemPanel [ Old [ 0 DIK_B ] ] ToggleMountedCombatUI [ Old [ 0 DIK_M ] 0x00000001 ] ToggleBigBattlesUI [ Old [ 0 DIK_B ] 0x00000001 ] ToggleCollectionUI [ Old [ 0 DIK_C ] 0x00000001 ] ToggleFilterUI [ Old [ 0 DIK_R ] 0x00000004 ] ToggleItemAdvancementPanel [ Old [ 0 DIK_I ] 0x00000001 ] ToggleItemSellLock [ Old [ 0 DIK_T ] 0x00000002 ] ToggleHiddenDragBoxes [ Old [ 0 DIK_BACKSLASH ] 0x00000002 ] UI_TOGGLE [ Old [ 0 DIK_F12 ] ] UI_TOGGLE [ Old [ 0 DIK_U ] 0x00000002 ] CaptureScreenshot [ Old [ 0 DIK_F11 ] ] ADMIN_LIGHT [ Old [ 0 DIK_F10 ] 0x00000004 ] TOOLTIP_DETACH [ Old [ 0 DIK_H ] ] SelectFellowOne [ Old [ 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 ] ] AssistFellowTwo [ Old [ 0 DIK_F2 ] 0x00000001 ] AssistFellowThree [ Old [ 0 DIK_F3 ] 0x00000001 ] AssistFellowFour [ Old [ 0 DIK_F4 ] 0x00000001 ] AssistFellowFive [ Old [ 0 DIK_F5 ] 0x00000001 ] AssistFellowSix [ Old [ 0 DIK_F6 ] 0x00000001 ] LOGOUT [ Old [ 0 DIK_ESCAPE ] 0x00000001 ] SHOW_NAMES [ Old [ 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 ] QUICKSLOT_ALT_META [ Old [ 0 DIK_LALT ] ] VOICECHAT_TALK [ Old [ 0 DIK_Z ] ] ChatModeReply [ Old [ 0 DIK_R ] ] FindItems [ Old [ 0 DIK_F ] 0x00000004 ] 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 ] TapLeft [ Old [ 1 DIMOFS_BUTTON0 ] 0x00000000 Tap ] SelectRight [ Old [ 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 ] ] CaptureScreenshot [ Old [ 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 ] CameraReset [ Old [ 0 DIK_NUMPAD0 ] ] CameraInstantMoveToward [ Old [ 1 DIMOFS_Z AxisPositive ] ] CameraInstantMoveAway [ Old [ 1 DIMOFS_Z AxisNegative ] ] CameraRotateLeft [ Old [ 0 DIK_NUMPAD4 ] ] CameraRotateRight [ Old [ 0 DIK_NUMPAD6 ] ] CameraRotateUp [ Old [ 0 DIK_NUMPAD8 ] ] CameraRotateDown [ Old [ 0 DIK_NUMPAD5 ] ] CameraRotateDown [ Old [ 0 DIK_NUMPAD2 ] ] DismountRemount [ User [ 0 DIK_NUMPADSLASH ] ] CameraDecreaseFOV [ Old [ 0 DIK_NUMPAD3 ] ] CameraIncreaseFOV [ Old [ 0 DIK_NUMPAD1 ] ] CameraRotateRollRight [ Old [ 0 DIK_NUMPADPLUS ] ] CameraMoveToward [ Old [ 0 DIK_NUMPAD9 ] ] MovementWalkMode [ User [ 0 DIK_NUMPADMINUS ] ] CameraMoveAway [ Old [ 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_LEFTARROW ] ] 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_LEFTARROW ] 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 [ MusicEndSong [ Old [ 0 DIK_GRAVE ] ] MUSIC_C3 [ Old [ 0 DIK_1 ] ] MUSIC_D3 [ Old [ 0 DIK_2 ] ] MUSIC_E3 [ Old [ 0 DIK_3 ] ] MUSIC_F3 [ Old [ 0 DIK_4 ] ] MUSIC_G3 [ Old [ 0 DIK_5 ] ] MUSIC_A3 [ Old [ 0 DIK_6 ] ] MUSIC_B3 [ Old [ 0 DIK_7 ] ] MUSIC_C4 [ Old [ 0 DIK_8 ] ] MUSIC_C4 [ Old [ 0 DIK_1 ] 0x00000001 ] MUSIC_D4 [ Old [ 0 DIK_2 ] 0x00000001 ] MUSIC_E4 [ Old [ 0 DIK_3 ] 0x00000001 ] MUSIC_F4 [ Old [ 0 DIK_4 ] 0x00000001 ] MUSIC_G4 [ Old [ 0 DIK_5 ] 0x00000001 ] MUSIC_A4 [ Old [ 0 DIK_6 ] 0x00000001 ] MUSIC_B4 [ Old [ 0 DIK_7 ] 0x00000001 ] MUSIC_C5 [ Old [ 0 DIK_8 ] 0x00000001 ] MUSIC_B2 [ Old [ 0 DIK_1 ] 0x00000002 ] MUSIC_Db3 [ Old [ 0 DIK_2 ] 0x00000002 ] MUSIC_Eb3 [ Old [ 0 DIK_3 ] 0x00000002 ] MUSIC_E3 [ Old [ 0 DIK_4 ] 0x00000002 ] MUSIC_Gb3 [ Old [ 0 DIK_5 ] 0x00000002 ] MUSIC_Ab3 [ Old [ 0 DIK_6 ] 0x00000002 ] MUSIC_Bb3 [ Old [ 0 DIK_7 ] 0x00000002 ] MUSIC_B3 [ Old [ 0 DIK_8 ] 0x00000002 ] ] MapPanel VendorBuyUI [ ToggleStackDisplay [ Old [ 0 DIK_LSHIFT ] ] ToggleStackDisplay [ Old [ 0 DIK_RSHIFT ] ] ToggleQuantityDisplay [ Old [ 0 DIK_LALT ] ] 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 ] CopyText [ Old [ 0 DIK_C ] 0x00000008 ] CutText [ Old [ 0 DIK_X ] 0x00000008 ] PasteText [ Old [ 0 DIK_V ] 0x00000008 ] ] DialogBoxes [ FocusMoveLeft [ Old [ 0 DIK_LEFTARROW ] ] 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 ] ] ] [/Users/magill/Library/Application Support/com.turbine.lotroclient] magill outpost>