Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
hekut146

how add new key in controll settings

Recommended Posts

i add to config this:
class UserActionGroups {
    class HGN {
        name = "HGN Controls";
        group[] = {
            "hgn_key_1",
            "hgn_key_2",
            "hgn_key_3"
        };
    };
};
class CfgDefaultKeysMapping {
    hgn_key_1[] = {};
    hgn_key_2[] = {};
    hgn_key_3[] = {};
};
but where i need add display name? (i see only category key binds
)

Share this post


Link to post
Share on other sites
Sign in to follow this  

×