Thread: C++ Hotkeys

Results 1 to 3 of 3
  1. #1
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool

    C++ Hotkeys


    These are some C++ hotkeys that I compiled.There are a lot more so please comment below with the missing keys.
    Left mouse button:
    Code:
    VK_LBUTTON 01
    Right mouse button :
    Code:
    VK_RBUTTON 02
    Backspace key:
    Code:
    VK_BACK 08
    Tab key:
    Code:
    VK_TAB 09
    Shift key:
    Code:
    VK_SHIFT 10
    CTRL key:
    Code:
    VK_CONTROL 11
    Left Arrow key:
    Code:
    VK_LEFT 25
    Up Arrow key:
    Code:
    VK_UP 26
    Right Arrow key :
    Code:
    VK_RIGHT 27
    Down Arrow key :
    Code:
    VK_DOWN 28
    0 key:
    Code:
    30
    1 key :
    Code:
    31
    2 key:
    Code:
    32
    3 key:
    Code:
    33
    4 key :
    Code:
    34
    5 key:
    Code:
    35
    6 key:
    Code:
    36
    7 key :
    Code:
    37
    8 key :
    Code:
    38
    9 key :
    Code:
    39
    Numeric keypad 0 key :
    Code:
    VK_NUMPAD0 60
    Numeric keypad 2 key:
    Code:
    VK_NUMPAD2 62
    Numeric keypad 3 key :
    Code:
    VK_NUMPAD3 63
    Numeric keypad 4 key :
    Code:
    VK_NUMPAD4 64
    Numeric keypad 5 key:
    Code:
    VK_NUMPAD5 65
    Numeric keypad 6 key :
    Code:
    VK_NUMPAD6 66
    Numeric keypad 7 key :
    Code:
    VK_NUMPAD7 67
    Numeric keypad 8 key :
    Code:
    VK_NUMPAD8 68
    Numeric keypad 9 key
    Code:
    VK_NUMPAD9 69
    F1 key:
    Code:
    VK_F1
    F2 key:
    Code:
    VK_F2
    F3 key:
    Code:
    VK_F3
    F4 key:
    Code:
    VK_F4
    F5 key:
    Code:
    VK_F5
    F6 key:
    Code:
    VK_F6
    F7 key:
    Code:
    VK_F7
    F8 key:
    Code:
    VK_F8
    F9 key:
    Code:
    VK_F9
    If you find anything missing please post a comment below with the key.
    Thanks.
    Last edited by Takari; 02-13-2011 at 02:13 AM.
    [IMG]https://i1114.photobucke*****m/albums/k538/ImminentJM/takari.png[/IMG]




     
    Goal:
    10,000 Posts - 10/13/2011
    Become Minion - Not Done
    Become Donator - 07/29/2011
    1000 Thanks - Done - 07/25/2011
    2000 Thanks - Not Done
    Thanks Archangel for my 1,000 Thanks.
    Thanks Keroaplt for my Signature.

  2. The Following 2 Users Say Thank You to Takari For This Useful Post:

    CheatCreatorzz (02-13-2011),[G]a[M]e[R] (02-13-2011)

  3. #2
    wtfhaksftw's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    7
    My Mood
    Stressed
    Yeah that are some but not all. Here's the full list Virtual-Key Codes
    If i helped you press thanks

  4. The Following User Says Thank You to wtfhaksftw For This Useful Post:

    CheatCreatorzz (02-13-2011)

  5. #3
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool
    Oh okay...
    [IMG]https://i1114.photobucke*****m/albums/k538/ImminentJM/takari.png[/IMG]




     
    Goal:
    10,000 Posts - 10/13/2011
    Become Minion - Not Done
    Become Donator - 07/29/2011
    1000 Thanks - Done - 07/25/2011
    2000 Thanks - Not Done
    Thanks Archangel for my 1,000 Thanks.
    Thanks Keroaplt for my Signature.