github pit-ray/win-vind v5.1.0

latest releases: v5.13.2, coverity, coverity-update-cache...
15 months ago

Minor

New

GridMove (#115, #145, #155 )

  • Added <gridmove> function to move a cursor using hints located with grid-cell style.
  • To change fonts or colors, added its options as gridmove_bgcolor, gridmove_fontcolor, gridmove_fontname, gridmove_fontsize, and gridmove_fontweight.
  • Added the gridmove_size option in order to set the grid size, which assumes a text as its value, such as 12x8 for horizontal 12 cells and vertical 8 cells.
  • Its default mapping is <Ctrl-m> in GUI normal mode.

hintkeys option (#172)

  • You can specify the characters of hint used for EasyClick and GridMove. The hintkeys option accpets as input a set of non-duplicate characters and assigns them to the hints in order from the first to the last.
  • Example
    set hintkeys=abcdefg

Other

  • Add <click_mid> function to click the middle buttion of a mouse.

Change

EasyClick Generalization (#162)

  • To define flexible macros, <easy_click_left>, <easy_click_right>, <easy_click_mid>, and <easy_click_hover> are eliminated and <easyclick> is added to only move the cursor. For compatibility, the previous function names are replaced internally with the following.

    Conventional Name Automatically Replaced Name
    <easy_click_left> <easyclick><click_left>
    <easy_click_right> <easyclick><click_right>
    <easy_click_mid> <easyclick><click_mid>
    <easy_click_hover> <easyclick>
  • Eliminate easyclick_colordecay option.

  • Change the style of the hint label.

Fix

  • Fix scrolling after leaving <switch_window> (#159)

Don't miss a new win-vind release

NewReleases is sending notifications on new releases.