https://bugs.documentfoundation.org/show_bug.cgi?id=148258
--- Comment #5 from Heiko Tietze <[email protected]> --- We have plenty of tickets around keyboard customization, see bug 41560 about the customization and bug 107243 locale issues. The request here is rather about mnemonics (alt+accelerator, bug 146174), which is different to what is assigned to UNO commands. Some of the shortcuts are hard-coded. For example pressing return adds a paragraph break, arrow down / page down scrolls by a certain amount of lines etc. Some of these hard-wired shortcuts lead to the fact that you cannot customize this shortcut. An example is KEY_F1 and .uno:HelpIndex - F1 is blocked, perhaps because it's used in debug scenarios. Or for other reasons, see comment at MenuBarManager::FillMenuManager(). The point is that blocking shortcuts for some reasons affects usability. We should eliminate that one by one. And my personal pet in this regard, bug 115052, should improve the UI anyway. Back to the question... there is none. Suggest to resolve this ticket as INVALID. Or have I missed the point? -- You are receiving this mail because: You are the assignee for the bug.
