ole1986 / a3-admintoolkit

AdminToolkit for Arma 3 (ATK) - Extensions, Moderators, Godmode, Vehicle, global chat
http://www.exilemod.com/topic/7690-admintoolkit-for-arma-3-v222-exile-edition
35 stars 13 forks source link

Hotkeys #11

Open Warsheep-GER opened 8 years ago

Warsheep-GER commented 8 years ago

Changeable the standard hotkeys and add new hotkeys for specific command will be nice.

Warsheep-GER commented 8 years ago

Quickbuttons hotkeys? for the hotkeys i would say its the best to take the Custom user action keys 1-20. anyone can bind this keys where he like to have it. (1-3/is taken by exile)

ole1986 commented 8 years ago

what keys are those? Like the number keys on numpad?

Warsheep-GER commented 8 years ago

20160802122702_1

this keys i mean, any client need to bind it by hisself, Action 1 is lock/unlock by exile Action 2 is 3dMarker by exile

Warsheep-GER commented 8 years ago

class UserActionGroups {

class yourClass {

    name = "Project"; // Category name

    group[] = {"User13","User14"}; // Actions that go into this category

};

};

"User1", "User2", "User3", "User4", "User5", "User6", "User7", "User8", "User9", "User10", "User11", "User12", "User13", "User14", "User15", "User16", "User17", "User18", "User19", "User20"

ole1986 commented 8 years ago

no docuentation part found for class UserActionGroups

Do you have some references?

Warsheep-GER commented 8 years ago

i think this will help u with this https://dev.withsix.com/projects/cca/wiki/Keybinding but i see this isnt for the useraction keys... o,o