Shortcuts to tabs

I would like to add [user defined] shortcuts to the tabs of a TabPanel.

So for example, when I click on ctrl+1 I go to tab 1, ctrl+2 I go to tab 2, etc.

This is already possible. You can add methods to ctrl+1-9 by enabling the “Show in menu” property in the editor.

Your users have to define their preferences in for example a “user_pref”-table, which you use in your methods to show the correct tab.

And when you want to be ‘absolutely’ free in creating shortcuts, menu’s etc
you could check out the menubar plug-in @ http://www.it2be.com/plugins.htm#menubar

Joas:
This is already possible. You can add methods to ctrl+1-9 by enabling the “Show in menu” property in the editor.

Your users have to define their preferences in for example a “user_pref”-table, which you use in your methods to show the correct tab.

Sorry but I don’t get it. Which event is called when you press ctlr-N?

newRecordEvent: in the docs…

if with N you mean 1…9: the first 9 methods you turn on the showinmeny tickbox for are mapped to the corresponding keys.