Skip to content

support shorter key mappings

Compare
Choose a tag to compare
@gdh1995 gdh1995 released this 28 Oct 08:57
· 955 commits to master since this release
  • runKey now support mask=true|""|<placeholder>
    • in run <v-lh> LinkHints.activate$s mask= \n run Fq lh WithQueue, Fq works like LinkHints.activateWithQueue
  • fix Vomnibar may fail to switch to another tab on Firefox
  • fix broken moveTabToNewWindow and moveTabToIncognito on Firefox (#461)
  • fix the extension icon was never updated to represent current working status (#468)
  • improve openBookmark: if .mask then fill .title with one unknown key
    • runKey now treats unknown options as command options (o. can be stripped)
    • in map <v-ob> openBookmark title="v:$s" mask \n run ot ob 1, ot works like openBookmark title=v:1
  • improve editText: its replace command supports placeholder and URL-encoding text
    • e.g.: editText run="replace,_$s%20%s_" will replace "abc" with "_abc abc_"
  • add more options to moveTabToNewWindow and moveTabToNextWindow (#458)
  • search engines: add some famous engines to the default list (#462)
  • text substitution: now allow numbers and underscore in keys
  • the settings template is update to demonstrate latest syntaxes in key mappings
  • fix some found bugs