https://bugs.documentfoundation.org/show_bug.cgi?id=128058

--- Comment #1 from John <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to