I want to reach some functions using keystrokes. The reason is that these functions should be hidden for customers (I dont want to place them in a menu). What is the mest method to use?
You can capture the keyboard events on the panel and check for which key was pressed, then respond appropriately. You would be using the EVENT_KEYPRESS in a panel callback.