Quote:
Originally Posted by Biep
Found it! Nice feature, to have those "potential values" there. Much safer than having people type from scratch.
I had one value in [general], suppressEntries. What does that do exactly? It has a value that starts with +rmc_stop+rmc_start+info+tog.. and then it runs offscreen.
|
In the main menu, there is the entry "toggle between full and short menu". When you toggle to full menu, all available entries of the main menu are displayed, and when you toggle to short menu, only a selection is displayed. The key suppressEntries allows you to define which entries you don't want to see in the short menu. There are 4 predefined values for this key:
Code:
suppressEntries=
suppressEntries=+toggle_rotation+start_vlasovsoftlauncher+koreader_additions+wifi+configure+tools+scripts+user_scripts+reboot+
suppressEntries=+rmc_stop+rmc_start+info+toggle_rotation+start_vlasovsoftlauncher+koreader_additions+configure+tools+scripts+user_scripts+reboot+
suppressEntries=+koreader_additions+
When you choose the first "suppressEntries=", the entry "toggle btw full and short menu" will not be displayed. When you choose one of the other values, the commands listed will not appear in the short menu.
As with all keys you can edit the values according to your needs (you have to use a unix style editor). The file is .adds\kbmenu_user\confoptions\ksm_ini_options.txt.