FiremacsWE
FiremacsWE copied to clipboard
Not Implemented: JumpSearchBar
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: