Page 1 of 1

can I use ; as a custom-input?

Posted: Tue Apr 25, 2017 1:38 am
by devilwarriors
Hi,

Since the dev are now using the L key in 0.15 in was tinking I could switch my mod to using ; instead but it doesn't look like it's working.

Code: Select all

data:extend({
  {
    type = "custom-input",
    name = "flashlight-toggle",
    key_sequence = ";"
  }
})
Is this possible or are we limited to just letter, number and the special key?

Is there a list somewhere of those values?

Thanks!

Re: can I use ; as a custom-input?

Posted: Tue Apr 25, 2017 1:53 am
by DaveMcW
Go to Options -> Controls, bind a command to ";", and write down the code it gives you.

Re: can I use ; as a custom-input?

Posted: Tue Apr 25, 2017 2:05 am
by devilwarriors
Oh I see..

Thanks!