The dead zone can be further tweaked by manually editing the UM map files and add the MapBorderLocations line, to adjust the size of the cells.
'------------------------------------------------------------------------------
' The UltraStik Map text file (*.um) format looks like the following:
'------------------------------------------------------------------------------
'# Comments are lines begining with "#" character, but will be lost upon saving!
'MapFileFormatVersion=1.0
'
'MapSize=9 #<--Only "9" is supported for format 1.0
'MapBorderLocations=30,58,86,114,142,170,198,226 #<-- Number must be between 1 and 255, inclusive, with each successive # larger than the last. There must MapSize minus one number on this line, each comma-separated.
'MapRow0=x,x,x,x,x,x,x,x,x #<--"x" should be one of: -, N, NE, E, SE, S, SW, W, NW, C, * (where -=Analog, C=Center, *=Sticky)
'MapRow1=x,x,x,x,x,x,x,x,x #<--# rows and columns should match MaxtrixSize
'MapRow2=x,x,x,x,x,x,x,x,x
'MapRow3=x,x,x,x,x,x,x,x,x
'MapRow4=x,x,x,x,x,x,x,x,x
'MapRow5=x,x,x,x,x,x,x,x,x
'MapRow6=x,x,x,x,x,x,x,x,x
'MapRow7=x,x,x,x,x,x,x,x,x
'MapRow8=x,x,x,x,x,x,x,x,x
'MapRow9=x,x,x,x,x,x,x,x,x
Still cant reproduce the no-button problem. Maybe you have an ol version of firmware, so I will send the latest by email.