A = 30 B = 48 C = 46 D = 32 E = 18 F = 33 G = 34 H = 35 I = 23 J = 36 K = 37 L = 38 M = 50 N = 49 O = 24 P = 25 Q = 16 R = 19 S = 31 T = 20 U = 22 V = 47 W = 17 X = 45 Y = 21 Z = 44 Space = 57 Enter = 28 Left Shift = 42 Right Shift = 54 Left Ctrl = 29 Right Ctrl = 157 Left Alt = 56 Right Alt = 184 Arrow Up = 200 Arrow Down = 208 Arrow Left = 203 Arrow Right = 205
For gamepad users open configure file of simple lock on in )\Data\SKSE\Plugins and replace LockOnKeyCode=46 SwitchTargetKeyCode=47 with one of these buttons from the list , I did LockOnKeyCode=269 SwitchTargetKeyCode=268
0x10A 266 DPAD_UP 0x10B 267 DPAD_DOWN 0x10C 268 DPAD_LEFT 0x10D 269 DPAD_RIGHT 0x10E 270 START 0x10F 271 BACK 0x110 272 LEFT_THUMB 0x111 273 RIGHT_THUMB 0x112 274 LEFT_SHOULDER 0x113 275 RIGHT_SHOULDER 0x114 276 A 0x115 277 B 0x116 278 X 0x117 279 Y 0x118 280 LT 0x119 281 RT
Seems to cause crashes whenever you try to access inventory having it toggled. Or maybe it's the combat mode, since I crashed even without using it, but trying to loot a corpse during a fight.
Using it along with SkySA and couple other mods, like AGO and 3pco. Tried all mods on the LE nexus, the himka one is not even letting you to toggle it, causes insta CDT or however you chaps call it. LOOT says I am fine, no issues or conflicts, everything been patched up, SkyUI and other crap is there and working fine.
My game crash when i was with the lock on in combat too, but i don't know what it is. I don't know if is a mod conflict because it's a SKSE plugin. Well...
I am having issues with this mod as well, attempting to open inventory causes CTD same as you described both this mod and the other lock on mod seem to have the same issue
is there an option to turn off the reticle of on the lock on target or change it to different reticle.In my preference i like if the reticle is really small or not visible at all.Still tho,very good mod.Does what its intended to do perfectly.Pair this bad boi with Ultimate Combat+TKDodge+SkySA+JH animations and you will get a blissful combat experience
Just comment to confirm that works like charm Hope to find somewhere the map for keyboard since the one for controller was already posted here in the comments, if I will, I'll post both here and on a dedicated page.
EDIT: Codes Found! Copy/pasted from Input Script - Creation Kit You must use the Decimal code, not the hex ones, so for istance, if you want to use the code for "escape" button, you must use the code "1", and not the code "0x01"! Or, if you want to use the 9 and 0 button, you must insert code "10" and code "11", not 0x0A and 0x0B! Have fun with this amazing mod and super light mod!
DXScanCodes Hex Dec Button 0x01 1 Escape 0x02 2 1 0x03 3 2 0x04 4 3 0x05 5 4 0x06 6 5 0x07 7 6 0x08 8 7 0x09 9 8 0x0A 10 9 0x0B 11 0 0x0C 12 Minus 0x0D 13 Equals 0x0E 14 Backspace 0x0F 15 Tab 0x10 16 Q 0x11 17 W 0x12 18 E 0x13 19 R 0x14 20 T 0x15 21 Y 0x16 22 U 0x17 23 I 0x18 24 O 0x19 25 P 0x1A 26 Left Bracket 0x1B 27 Right Bracket 0x1C 28 Enter 0x1D 29 Left Control 0x1E 30 A 0x1F 31 S 0x20 32 D 0x21 33 F 0x22 34 G 0x23 35 H 0x24 36 J 0x25 37 K 0x26 38 L 0x27 39 Semicolon 0x28 40 Apostrophe 0x29 41 ~ (Console) 0x2A 42 Left Shift 0x2B 43 Back Slash 0x2C 44 Z 0x2D 45 X 0x2E 46 C 0x2F 47 V 0x30 48 B 0x31 49 N 0x32 50 M 0x33 51 Comma 0x34 52 Period 0x35 53 Forward Slash 0x36 54 Right Shift 0x37 55 NUM* 0x38 56 Left Alt 0x39 57 Spacebar 0x3A 58 Caps Lock 0x3B 59 F1 0x3C 60 F2 0x3D 61 F3 0x3E 62 F4 0x3F 63 F5 0x40 64 F6 0x41 65 F7 0x42 66 F8 0x43 67 F9 0x44 68 F10 0x45 69 Num Lock 0x46 70 Scroll Lock 0x47 71 NUM7 0x48 72 NUM8 0x49 73 NUM9 0x4A 74 NUM- 0x4B 75 NUM4 0x4C 76 NUM5 0x4D 77 NUM6 0x4E 78 NUM+ 0x4F 79 NUM1 0x50 80 NUM2 0x51 81 NUM3 0x52 82 NUM0 0x53 83 NUM. 0x57 87 F11 0x58 88 F12 0x9C156 NUM Enter 0x9D157 Right Control 0xB5181 NUM/ 0xB7183 SysRq / PtrScr 0xB8184 Right Alt 0xC5197 Pause 0xC7199 Home 0xC8200 Up Arrow 0xC9201 PgUp 0xCB203 Left Arrow 0xCD205 Right Arrow 0xCF207 End 0xD0208 Down Arrow 0xD1209 PgDown 0xD2210 Insert 0xD3211 Delete 0x100 256 Left Mouse Button 0x101 257 Right Mouse Button 0x102 258 Middle/Wheel Mouse Button 0x103 259 Mouse Button 3 0x104 260 Mouse Button 4 0x105 261 Mouse Button 5 0x106 262 Mouse Button 6 0x107 263 Mouse Button 7 0x108 264 Mouse Wheel Up 0x109 265 Mouse Wheel Down
Supported GamePad buttons:
0x10A 266 DPAD_UP 0x10B 267 DPAD_DOWN 0x10C 268 DPAD_LEFT 0x10D 269 DPAD_RIGHT 0x10E 270 START 0x10F 271 BACK 0x110 272 LEFT_THUMB 0x111 273 RIGHT_THUMB 0x112 274 LEFT_SHOULDER 0x113 275 RIGHT_SHOULDER 0x114 276 A 0x115 277 B 0x116 278 X 0x117 279 Y 0x118 280 LT 0x119 281 RT
Works exactly as advertised. A game-changer; this brings functionality that Skyrim sorely needed. You don't know you need this until you use it. Enthusiasticaly endorsed! It might be a good idea to include a readme with the relevant scancodes. Apparently there's a number of diffrent ones out there. I have yet to find a downloadable version of this data.
80 comments
A = 30
B = 48
C = 46
D = 32
E = 18
F = 33
G = 34
H = 35
I = 23
J = 36
K = 37
L = 38
M = 50
N = 49
O = 24
P = 25
Q = 16
R = 19
S = 31
T = 20
U = 22
V = 47
W = 17
X = 45
Y = 21
Z = 44
Space = 57
Enter = 28
Left Shift = 42
Right Shift = 54
Left Ctrl = 29
Right Ctrl = 157
Left Alt = 56
Right Alt = 184
Arrow Up = 200
Arrow Down = 208
Arrow Left = 203
Arrow Right = 205
A little far to use it but idk...
SwitchTargetKeyCode=47 with one of these buttons from the list , I did LockOnKeyCode=269 SwitchTargetKeyCode=268
0x10A 266 DPAD_UP
0x10B 267 DPAD_DOWN
0x10C 268 DPAD_LEFT
0x10D 269 DPAD_RIGHT
0x10E 270 START
0x10F 271 BACK
0x110 272 LEFT_THUMB
0x111 273 RIGHT_THUMB
0x112 274 LEFT_SHOULDER
0x113 275 RIGHT_SHOULDER
0x114 276 A
0x115 277 B
0x116 278 X
0x117 279 Y
0x118 280 LT
0x119 281 RT
Thanks for digging this up from a 7 years old post! x)
Very helpful!
Using it along with SkySA and couple other mods, like AGO and 3pco. Tried all mods on the LE nexus, the himka one is not even letting you to toggle it, causes insta CDT or however you chaps call it. LOOT says I am fine, no issues or conflicts, everything been patched up, SkyUI and other crap is there and working fine.
Hope to find somewhere the map for keyboard since the one for controller was already posted here in the comments, if I will, I'll post both here and on a dedicated page.
EDIT: Codes Found! Copy/pasted from Input Script - Creation Kit
You must use the Decimal code, not the hex ones, so for istance, if you want to use the code for "escape" button, you must use the code "1", and not the code "0x01"!
Or, if you want to use the 9 and 0 button, you must insert code "10" and code "11", not 0x0A and 0x0B!
Have fun with this amazing mod and super light mod!
DXScanCodes Hex Dec Button
0x01 1 Escape
0x02 2 1
0x03 3 2
0x04 4 3
0x05 5 4
0x06 6 5
0x07 7 6
0x08 8 7
0x09 9 8
0x0A 10 9
0x0B 11 0
0x0C 12 Minus
0x0D 13 Equals
0x0E 14 Backspace
0x0F 15 Tab
0x10 16 Q
0x11 17 W
0x12 18 E
0x13 19 R
0x14 20 T
0x15 21 Y
0x16 22 U
0x17 23 I
0x18 24 O
0x19 25 P
0x1A 26 Left Bracket
0x1B 27 Right Bracket
0x1C 28 Enter
0x1D 29 Left Control
0x1E 30 A
0x1F 31 S
0x20 32 D
0x21 33 F
0x22 34 G
0x23 35 H
0x24 36 J
0x25 37 K
0x26 38 L
0x27 39 Semicolon
0x28 40 Apostrophe
0x29 41 ~ (Console)
0x2A 42 Left Shift
0x2B 43 Back Slash
0x2C 44 Z
0x2D 45 X
0x2E 46 C
0x2F 47 V
0x30 48 B
0x31 49 N
0x32 50 M
0x33 51 Comma
0x34 52 Period
0x35 53 Forward Slash
0x36 54 Right Shift
0x37 55 NUM*
0x38 56 Left Alt
0x39 57 Spacebar
0x3A 58 Caps Lock
0x3B 59 F1
0x3C 60 F2
0x3D 61 F3
0x3E 62 F4
0x3F 63 F5
0x40 64 F6
0x41 65 F7
0x42 66 F8
0x43 67 F9
0x44 68 F10
0x45 69 Num Lock
0x46 70 Scroll Lock
0x47 71 NUM7
0x48 72 NUM8
0x49 73 NUM9
0x4A 74 NUM-
0x4B 75 NUM4
0x4C 76 NUM5
0x4D 77 NUM6
0x4E 78 NUM+
0x4F 79 NUM1
0x50 80 NUM2
0x51 81 NUM3
0x52 82 NUM0
0x53 83 NUM.
0x57 87 F11
0x58 88 F12
0x9C156 NUM Enter
0x9D157 Right Control
0xB5181 NUM/
0xB7183 SysRq / PtrScr
0xB8184 Right Alt
0xC5197 Pause
0xC7199 Home
0xC8200 Up Arrow
0xC9201 PgUp
0xCB203 Left Arrow
0xCD205 Right Arrow
0xCF207 End
0xD0208 Down Arrow
0xD1209 PgDown
0xD2210 Insert
0xD3211 Delete
0x100 256 Left Mouse Button
0x101 257 Right Mouse Button
0x102 258 Middle/Wheel Mouse Button
0x103 259 Mouse Button 3
0x104 260 Mouse Button 4
0x105 261 Mouse Button 5
0x106 262 Mouse Button 6
0x107 263 Mouse Button 7
0x108 264 Mouse Wheel Up
0x109 265 Mouse Wheel Down
Supported GamePad buttons:
0x10A 266 DPAD_UP
0x10B 267 DPAD_DOWN
0x10C 268 DPAD_LEFT
0x10D 269 DPAD_RIGHT
0x10E 270 START
0x10F 271 BACK
0x110 272 LEFT_THUMB
0x111 273 RIGHT_THUMB
0x112 274 LEFT_SHOULDER
0x113 275 RIGHT_SHOULDER
0x114 276 A
0x115 277 B
0x116 278 X
0x117 279 Y
0x118 280 LT
0x119 281 RT
It might be a good idea to include a readme with the relevant scancodes. Apparently there's a number of diffrent ones out there. I have yet to find a downloadable version of this data.