Page 1 of 1

Navigating Search Results with Keyboard

Posted: Tue May 19, 2020 10:25 am
by Beck
Hi all,

I'm using Scrivener to write and the ⌘Y icon to go back and forth from Bookends to enter citations.

I figured out that when I first get into Bookends after typing ⌘Y, I can press TAB to activate the search without using my mouse. Is there a mouseless way to jump down to the search results and navigate them? I can imagine a scenario, when I only need one citation, that doing so would make the whole interaction quite seamless.

Thanks,
Beck

Re: Navigating Search Results with Keyboard

Posted: Tue May 19, 2020 11:39 am
by Jon
Which search? Online? Live Search field? Find?

Jon
Sonny Software

Re: Navigating Search Results with Keyboard

Posted: Tue May 19, 2020 6:31 pm
by Beck
I mean the search in the top right and the search result lists. I've attached an annotated screenshot.
Annotated Screenshot
Annotated Screenshot
Screen-Shot-2020-05-19-at-3.24.12-PM.jpg (166.52 KiB) Viewed 3860 times

Re: Navigating Search Results with Keyboard

Posted: Tue May 19, 2020 6:42 pm
by Jon
Hm, a tab used to do it but that was apparently lost when the new toolbar was added. I'll look into that.

Jon
Sonny Software

Re: Navigating Search Results with Keyboard

Posted: Tue May 19, 2020 10:23 pm
by Beck
👍 Thanks, Jon!

Re: Navigating Search Results with Keyboard

Posted: Wed May 20, 2020 7:49 am
by Jon
It turns out that it's currently not possible. To make it so would take much more work than you'd imagine, so it's something I wouldn't undertake lightly, but I'll keep it in mind.

Jon
Sonny Software

Re: Navigating Search Results with Keyboard

Posted: Wed May 20, 2020 9:51 am
by Beck
Thanks for the update, Jon. The floating citation manager allows for a mouseless experience, so there are alternatives to keep one's hands on 10 and 2, so to speak.

Re: Navigating Search Results with Keyboard

Posted: Sun Jul 05, 2020 5:12 am
by Joel Anderson
+1 for this. While you're at it: I'm having trouble using AppleScript (or Keyboard Maestro) to access the contextual menu. Below is the AppleScript that ought to work, but it doesn't.

tell application "System Events"
tell application process frontApp
set _selection to value of attribute "AXFocusedUIElement"
tell _selection to perform action "AXShowMenu"
end tell
end tell

My use case is that I want to use a keyboard shortcut to "Rename Attachment…" for whatever item is focal in Bookends. I do this constantly, and I'd like to be able to do it with a keyboard shortcut.

Re: Navigating Search Results with Keyboard

Posted: Sun Jul 05, 2020 7:22 am
by Jon
Please don't hijack threads, start a new one. And you'll probably have more luck posting in the AppleScript section of this forum.

Jon
Sonny Software