Results 1 to 6 of 6
Bot Feedback - Bindings in Ares SWTOR PvP Bot
  1. #1
    Ares Donator
    Join Date
    Jan 2012
    Posts
    3
    Feedback Score
    0
    Likes (Given)
    0
    Likes (Received)
    0

    Default Bindings

    I was wondering if you can post a full list of bindings we can use for the config. I want to use some of my numpad keys or maybe keybindings on my mouse for example.

  2. #2
    Ares Creator + Founder
    Join Date
    Jan 2012
    Posts
    171
    Feedback Score
    0
    Likes (Given)
    0
    Likes (Received)
    10

    Default Re: Bindings

    Quote Originally Posted by mastersam21 View Post
    I was wondering if you can post a full list of bindings we can use for the config. I want to use some of my numpad keys or maybe keybindings on my mouse for example.
    Well you can use any keyboard key.
    If you can read a doc, just see the full list.
    http://www.autoitscript.fr/autoit3/d...tions/Send.htm

    If you want to use a special key like enter it is {ENTER} you have to type (search the doc for other special keys).
    If you wanna use some modifiers :
    For Alt, add a "!" before the key, like : !a would make alt + a
    "+" for shift
    "^" for ctrl.

    Edit : Added the doc's link (was really tired...)

  3. #3
    Ares Donator
    Join Date
    Jan 2012
    Posts
    3
    Feedback Score
    0
    Likes (Given)
    0
    Likes (Received)
    0

    Default Re: Bindings

    What doc are you referring to? I very rubbish when it come to this kind of things. So inputting {NUMPAD1} after it would make it the 1 button on my number pad?

  4. #4
    Ares Donator
    Join Date
    Jan 2012
    Posts
    11
    Feedback Score
    0
    Likes (Given)
    0
    Likes (Received)
    0

    Default Re: Bindings

    This should be all the Special keys you should need.

    Code:
    Key set 	Resulting Keypress
    {!} 	               !
    {#} 	               #
    {+}                  +
    {^}                  ^
    {{}                   {
    {}} 	                }
    {SPACE} 	        SPACE
    {ENTER} 	        ENTER key on the main keyboard
    {ALT} 	        ALT
    {BS}           	BACKSPAC
    {DEL}      	        DELETE
    {UP}      	        Up arrow
    {DOWN}      	Down arrow
    {LEFT} 	        Left arrow
    {RIGHT} 	        Right arrow
    {HOME} 	        HOME
    {END} 	        END
    {ESC}           	ESCAPE
    {INS}           	INS
    {PGUP} 	        PageUp
    {PGDN} 	        PageDown
    {F1} - {F12} 	Function keys
    {TAB} 	        TAB
    {PRINTSCREEN} 	Print Screen key
    {LWIN} 	        Left Windows key
    {RWIN} 	        Right Windows key
    {NUMLOCK on} 	NUMLOCK (on/off/toggle)
    {CAPSLOCK off} 	CAPSLOCK (on/off/toggle)
    {PAUSE} 	        PAUSE
    {NUMPAD0} - {NUMPAD9} 	Numpad digits
    {NUMPADMULT} 	Numpad Multiply
    {NUMPADADD} 	Numpad Add
    {NUMPADSUB} 	Numpad Subtract
    {NUMPADDIV} 	Numpad Divide
    {NUMPADDOT} 	Numpad period
    {NUMPADENTER} 	Enter key on the numpad
    {APPSKEY} 	Windows App key
    {LALT} 	        Left ALT key
    {RALT} 	        Right ALT key
    {LCTRL} 	        Left CTRL key
    {RCTRL} 	        Right CTRL key
    {LSHIFT} 	        Left Shift key
    {RSHIFT} 	        Right Shift key
    {SLEEP} 	        Computer SLEEP key
    Sorry spacing is a *****, i hope you get the idea

  5. #5
    Ares Donator
    Join Date
    Jan 2012
    Posts
    3
    Feedback Score
    0
    Likes (Given)
    0
    Likes (Received)
    0

    Default Re: Bindings

    If I can rep you I would thank you.

  6. #6
    Ares Creator + Founder
    Join Date
    Jan 2012
    Posts
    171
    Feedback Score
    0
    Likes (Given)
    0
    Likes (Received)
    10

    Default Re: Bindings

    Yep, I forgot the link. I edited my post

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •