Double Doppler 10 Posted March 19, 2011 (edited) Hi im working on a user interface for a mission can anyone give me a link/list to the keyboard codes that are used for arma 2 interface? like: case 34; case 35 case = key or key == 50 Edited March 19, 2011 by Double Doppler link/list instead of just "link" Share this post Link to post Share on other sites
demonized 20 Posted March 19, 2011 maybe this works but it says german keyboard but i think that makes no difference. http://community.bistudio.com/wiki/ListOfKeyCodes Share this post Link to post Share on other sites
Double Doppler 10 Posted March 20, 2011 (edited) Demonized said: maybe this works but it says german keyboard but i think that makes no difference.http://community.bistudio.com/wiki/ListOfKeyCodes Thanks, that is the type of thing I am looking for but it doesn't have the full codes (like letters or home and end keys) EDIT: Fount what I wanted; DIK keycodes. http://community.bistudio.com/wiki/DIK_KeyCodes Edited May 20, 2011 by Double Doppler solution Share this post Link to post Share on other sites
Gunter Severloh 4064 Posted March 20, 2011 This? /* Keycodes are listed below ESC = 1 F1 = 59 F2 = 60 F3 = 61 F4 = 62 F5 = 63 F6 = 64 F7 = 65 F8 = 66 F9 = 67 F10 = 68 F11 = 87 F12 = 88 PRINT = 183 SCROLL = 70 PAUSE = 197 ^ = 41 1 = 2 2 = 3 3 = 4 4 = 5 5 = 6 6 = 7 7 = 8 8 = 9 9 = 10 0 = 11 ß = 12 ´ = 13 Ü = 26 Ö = 39 Ä = 40 # = 43 < = 86 , = 51 . = 52 - = 53 + = NOT DEFINED POS1 = 199 TAB = 15 ENTER = 28 DELETE = 211 BACKSPACE = 14 INSERT = 210 END = 207 PAGEUP = 201 PAGEDOWN = 209 CAPS = 58 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 U = 22 R = 19 S = 31 T = 20 V = 47 W = 17 X = 45 Y = 44 Z = 21 SHIFTL = 42 SHIFTR = 54 UP = 200 DOWN = 208 LEFT = 203 RIGHT = 205 NUM_0 = 82 NUM_1 = 79 NUM_2 = 80 NUM_3 = 81 NUM_4 = 75 NUM_5 = 76 NUM_6 = 77 NUM_7 = 71 NUM_8 = 72 NUM_9 = 73 NUM_+ = 78 NUM = 69 NUM_/ = 181 NUM_* = 55 NUM_- = 74 NUM_, = 83 NUM_ENTER = 156 STRGL = 29 STRGR = 157 WINL = 220 WINR = 219 ALT = 56 SPACE = 57 ALTGR = 184 APP = 221 */ Share this post Link to post Share on other sites
PELHAM 10 Posted March 20, 2011 Anyone get this to work? I had a go for 10mins last month and gave up thinking it was for VBS2 only? Share this post Link to post Share on other sites
Vasily.B 529 Posted September 19, 2015 Where is right and left Ctrl? I cant find it.... Share this post Link to post Share on other sites
KokaKolaA3 394 Posted August 28, 2016 On 9/19/2015 at 3:24 PM, Vasily.B said: Where is right and left Ctrl? I cant find it.... A bit late but for everyone who need it as well: CTRL Left = 29 CTRL Right = 157 CTRL is STRG in this list Share this post Link to post Share on other sites
Vasily.B 529 Posted August 29, 2016 Thanks, i figured it out later, as i saw german keyboard :P Share this post Link to post Share on other sites
Kyle G. 0 Posted February 19, 2017 Is it possible to configure the left click. Configure a Shift+left click for cops to be the buzzer Share this post Link to post Share on other sites