Można już edytować softkeye na ekranie home. Oto opis prosto z xda developers:
HOW TO CHANGE THE SOFTKEY SETTINGS IN MANILLA2D
add the following registry keys
[HKLM\Software\HTC\Manila2D\Home\SK1]
[HKLM\Software\HTC\Manila2D\Home\SK1Cmd]
[HKLM\Software\HTC\Manila2D\Home\SK1CmdParam]
[HKLM\Software\HTC\Manila2D\Home\SK2]
[HKLM\Software\HTC\Manila2D\Home\SK2Cmd]
[HKLM\Software\HTC\Manila2D\Home\SK2CmdParam]
these are all "String" values
SK1 and SK2 are the strings that actually appear on the softkey
SK1Cmd and SK2Cmd are the commands that you want to run (path to exe file, I tried a "lnk" file [shortcut] and it didn't work)
SK1CmdParam and SK2CmdParam, I would assume these are any command line parameters that you want to pass to the command, but I have not tested them, I just know that Manila2D.exe tries to read them if SK1 or SK2 exists
EXAMPLE
[HKLM\Software\HTC\Manila2D\Home\SK1] String - "S2U2"
[HKLM\Software\HTC\Manila2D\Home\SK1Cmd] String - "\Program Files\S2U2\S2U2.exe"
Sprawdziłem i działa
