[Libreoffice-bugs] [Bug 128058] UI: Option to open all heading branches at once
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Oct 10 01:49:36 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=128058
--- Comment #1 from John <johnsmithbeatles at gmail.com> ---
This is a workaround I use for myself (Windows only, AutoHotkey):
```
#SingleInstance, Force
SendMode, Input
F1::
Loop 100
Send, {Right}{Down}
Send, {Home}
Return
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191010/41643cbe/attachment.html>
More information about the Libreoffice-bugs
mailing list