
How could one create a shotcut to get the cursur in the search field of the bookmarks panel on the left side?
-
Biff
- Posts: 1244
- Joined: Mon May 25, 2015 7:09 am
How could one create a shotcut to get the cursur in the search field of the bookmarks panel on the left side?
How could one create a shotcut to get the cursur in the search field of the bookmarks panel on the left side:


Last edited by Biff on Fri Aug 04, 2023 10:14 am, edited 1 time in total.
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How could one create a shotcut to get the cursur in the search field of the bookmarks panel on the left side?
Everything doesn't have an option to set the cursor position.
You'll need an third party program to do this.
Maybe autohotkey?
I'll look into adding a command to focus the bookmarks search box.
You'll need an third party program to do this.
Maybe autohotkey?
I'll look into adding a command to focus the bookmarks search box.
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
Re: How could one create a shotcut to get the cursur in the search field of the bookmarks panel on the left side?
Options - Keyboard
Code: Select all
View | Bookmarks SHIFT+B (Global)
Window | Next Frame F6 (Global)
Window | Previous Frame SHIFT+F6 (Global)-
Biff
- Posts: 1244
- Joined: Mon May 25, 2015 7:09 am
Re: How could one create a shotcut to get the cursur in the search field of the bookmarks panel on the left side?
Sorry, I meant this above:

I accidentlly pressed CTRL+B, then the "Select Bookmark" window was shown. Where could I find it here:

Ah, it seems to be this one:


Yes, but unfortunately I am not able to use such programs.Maybe autohotkey?
That's nice, thank you very much!I'll look into adding a command to focus the bookmarks search box.
Thank you for these!Options - Keyboard
I accidentlly pressed CTRL+B, then the "Select Bookmark" window was shown. Where could I find it here:

Ah, it seems to be this one:

Last edited by Biff on Fri Aug 04, 2023 10:35 am, edited 1 time in total.
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
Re: How could one create a shotcut to get the cursur in the search field of the bookmarks panel on the left side?
There's no keyboard shortcut for View | Bookmarks by default.
You can add one under Tools -> Options -> Keyboard -> View | Bookmarks -> Add...
You can add one under Tools -> Options -> Keyboard -> View | Bookmarks -> Add...
-
Biff
- Posts: 1244
- Joined: Mon May 25, 2015 7:09 am
Re: How could one create a shotcut to get the cursur in the search field of the bookmarks panel on the left side?
Thank you, yes, I know, I did, I meant something different. But opening that bookmarks (window / panel), with e.g. SHIFT+B) does what I wanted I have to - if it already is open press SHIFT+B twice). The cursor is in the serch field.You can add your own under Tools -> Options -> Keyboard -> View | Bookmarks -> Add...
Many thanks!