[Libreoffice-ux-advise] [Bug 146762] Demote level of first list item with tab (and promote with shift+tab) and introduce ctrl+shift+tab to indent the whole list
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed May 25 07:53:20 UTC 2022
https://bugs.documentfoundation.org/show_bug.cgi?id=146762
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
Assignee|heiko.tietze at documentfounda |libreoffice-bugs at lists.free
|tion.org |desktop.org
--- Comment #18 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
(In reply to sdc.blanco from comment #15)
> If "insert literal tab" gets dropped, then I will add this "explanation"
> about how to make a Tab as part of [1] (see bug 141128) and update [2].
Literal tab has been droppend, please update the help. Maybe it's a good idea
to add how to insert a tab now (should be avoided as DF and preferably done per
the list style but could be achieved via copy/paste).
> (btw, [2] asserts that, depending on the window manager, Alt+Tab can insert
> a literal tab. Is that wrong?)
Alt+Tab and Ctrl+Tab are handled in the same way.
edtwin.cxx #2147
case KEY_TAB | KEY_MOD1:
case KEY_TAB | KEY_MOD2:
...
Usually the OS eats alt+tab before we can do anything. But you may configure
differently. Since 90% are Windows users, where it might be difficult to change
the task switcher shortcut, I would omit this information from the help. And
ultimately remove the code too.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list