github gdh1995/vimium-c v1.99.3
ignore keyboard layout when meeting non-ASCII letters

latest releases: v1.99.995, v1.99.994, v1.99.993...
3 years ago
  • v1.99.3
    • fix broken mapKey <*-*> <f1_xxx> in Insert mode (since v1.98.0)
    • fix broken mapKey <*-*> <v-***> in Normal and Insert mode on v1.99.1/2
    • Firefox 96+: use a new way to bypass Firefox's popup blocker
  • v1.99.2
    • fix a bug of not recognizing old configuration about Ignore keyboard layout
    • <v-***> sequences: now work even in Find HUD
    • LinkHints.click: now apply .exclude on all candidates
  • v1.99.1
    • <v-***>: fix issues and now support key sequences starting with <v-***>, even in command modes
      • for example, with mapKey <Y:v> <v-copy> and map <v-copy>" autoCopy sed="s@\"(.*?)\"@$1@,matched",
      • Y" in VisualMode will extract a string between quotes from selected text and then copy it
    • Scroller: fix it might lose a currently scrolling element
  • VisualMode: fix as (selecting a sentence) on Firefox
  • sync settings: fix it would almost never sync from the cloud
  • Vomnibar: fix settings of Ignore keyboard layout and Allow mapping one-hand modifier keys were not obeyed
  • keyboard layout support: now ignore non-ASCII letters when in some commands by default
    • if a key is not in ASCII (e.g. but a Greek letter), then try ignoring its keyboard layout
    • to support inner shortcuts in those modes even in a non-English layout
    • you may apply this behavior to all modes including Normal and Insert on the Options page
    • Options: add a test box to show key names directly received from a browser
  • add LinkHints.activateCopyImage to copy images into the system clipboard
    • Firefox will always convert an image to PNG and drop transparent effect
    • if it fails on a website, please try adding a parameter of richText=safe
  • Vomnibar: tabs mode: recognize :xxx filters even if there're other query words
    • add :group to show tabs in a same group
  • FindMode: add highlight: boolean | number to show outline boxes for "near" matches
  • FindMode: now type \0 to pause instant search until an Enter
  • goNext: fix some wrong targets on twitter.com
    • improve the logic to detect clickable elements and their titles
    • add avoidClick to avoid simulating click if possible
  • open URLs: now support reuse=reuse-in-cur-wnd to only reuse tabs in a same window
  • add an experimental feature to auto restart Vimium C on pages using document.open and document.write
  • fix some other issues

Don't miss a new vimium-c release

NewReleases is sending notifications on new releases.