can I use ; as a custom-input?
Posted: Tue Apr 25, 2017 1:38 am
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.
Is this possible or are we limited to just letter, number and the special key?
Is there a list somewhere of those values?
Thanks!
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 there a list somewhere of those values?
Thanks!