|
slicertool Magician
Joined: 09 Oct 2003 Posts: 459 Location: USA
|
Posted: Sun Feb 22, 2004 2:11 am
[7.01] null button creation bug |
Because of the 'b' key right next to the 'v' key, I keep accidentally pressing it when pasting.
If you press Ctrl-B to create a new button and then press Esc you end up with a button on the top of your screen which you can't find anywhere to remove, because it does not show up in the buttons editor.
If you close out of that window and re-open, the button disappears.
I currently don't have any buttons on my screen, so I don't know if it acts different if you have one. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Feb 22, 2004 4:11 am |
This has been reported to the beta forum and should be fixed for the next version.
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Feb 22, 2004 6:03 am |
At the command line, type #BUTTON to get a list of buttons. Find the ones which don't have names or values, and use their numbers to delete them with the #UNBUTTON command.
#BUTTON
Buttons:
1: ->
#UNBUTTON 1
Button 1 removed |
|
|
|
|
|