Skip to content

Commit

Permalink
Simplify bookmarks panel search in Vivaldi
Browse files Browse the repository at this point in the history
  • Loading branch information
jaresty committed Oct 6, 2024
1 parent e68172f commit 4ad613e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/vivaldi/vivaldi.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ def vivaldi_history_panel():

def vivaldi_bookmarks_panel():
"""Toggles the Vivaldi bookmarks panel"""
actions.user.command_search()
actions.sleep("180ms")
actions.insert("Bookmarks Panel")
actions.user.command_search("Bookmarks Panel")
actions.key("enter")

def vivaldi_downloads_panel():
Expand Down

0 comments on commit 4ad613e

Please sign in to comment.