Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Problem with hotkeys #98270
    boydster
    Participant

    You can edit your controller config to enable a hotkey by adding a line like this:
    input_enable_hotkey_btn = "x"
    Just put the number corresponding to the button you want to use in place of the x.

    Then, for setting the Save State and Load State buttons, use this:

    input_save_state_btn = "y"
    input_load_state_btn = "z"

    Again, just replace the y and z with the number of the button you want to assign.

    I was able to use that to set up my controller without needing to disable all hotkeys first.

Viewing 1 post (of 1 total)