Menu

#445 Bind CTRL+<button> and SHIFT+<button>

closed
nobody
None
5
2010-06-22
2010-06-17
Anonymous
No

I'd like to see a function where you can bind buttons so when you press CTRL or SHIFT they behave differently.

This way you could bind teamsays to say CTRL + 1 2 3 4 5, SHIFT + 1 2 3 4 5 and just 1 2 3 4 5. Fifteen teamsays on five buttons. Great.

Discussion

  • Martin Madsen

    Martin Madsen - 2010-06-17

    This is already possible, and have always been possible, just use:

    alias +ctrl "bind 1 something_new; bind 2 something_new; bind 3 something_new"
    alias -ctrl "bind 1 old_value; bind 2 old_value; bind 3 old_value"

    alias +shift "bind 1 something_new; bind 2 something_new; bind 3 something_new"
    alias -shift "bind 1 old_value; bind 2 old_value; bind 3 old_value"

    bind ctrl +ctrl
    bind shift +shift

     
  • AAS

    AAS - 2010-06-22
    • status: open --> closed
     
  • AAS

    AAS - 2010-06-22

    Like Zalon said this feature was here for ages.
    So, I close this request.