FiremacsWE icon indicating copy to clipboard operation
FiremacsWE copied to clipboard

Not Implemented: JumpSearchBar

Open brudgers opened this issue 7 years ago • 0 comments

name: JumpSearchBar case: Common keyx: C-xg body: var searchbar = document.getElementById('searchbar'); if (searchbar) { searchbar.select(); searchbar.focus(); } desc: moves to the search bar type:

brudgers avatar Nov 17 '17 15:11 brudgers