I wanted to bind the Pause key with 'P' and tried doing it with the file Buttons in folder Config by adding the line 'shortcut ...' at these code
But things doesn't seems to work
What have i done wrong ? Is there any way else to bind keys as i want to ?
Code:
press = {
id = "BUTTON_PAUSE"
bitmap = "empty.bmp"
background = "pause_button.bmp"
shortcut = p
lower = "BUTTON_0050"
upper = ""
}
But things doesn't seems to work
What have i done wrong ? Is there any way else to bind keys as i want to ?