Jump to content
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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×