Skip to content

AltSnap 1.59

Compare
Choose a tag to compare
@RamonUnch RamonUnch released this 11 Mar 07:54
· 182 commits to main since this release
a6e663f
  • Now AltSnap will respect the system drag threshold. Use DragThreshold value in the [Advanced] section of the ini file to determine when the threshold will be respected. Possible values are:
    0: disabled, like old AltSnap versions,
    1: Enabled when restoring snapped window (default),
    2: Always wait the drag threshold before moving the window,
    3: Same than 2 but also applies to the resize action. #365

  • Generalized combo actions: Now you can select any action that will apply if a move or a resize action was started. You can configure them in the Mouse tab of the config dialog by selecting the While moving and While resizing radio buttons. Those options are available via the ini file in the [Input] section using the M and R sufixes. ie: MMBR=ExtendTNEdge. Also an extra B sufix can be added for alternate action (only available via ini). #217, #362.

  • Multiple snap layouts are now supported... #232
    To configure a new SnapLayout, you need to:

    1. Add the MaxLayouts=X in the [Zones] section of the .ini file X = 0-10.
    2. Select it in the tray menu.
    3. Configure your test Windows
    4. Hit the save test window as snap layout.
    5. If you use Grid mode you will need to add GridNx1, GridNy1, GridNx2, GridNy2 etc.
  • New IScroll blacklist in the [Blacklist] section of the ini file that only applies to the Inactive scroll option. #351

  • Added the Move/Extend to next edge action, That will extend the next edge from a snapped window, also available as keyboard shortcuts. #368

  • Added the --help option, also available as -help or -? or /?. It will display a very short summary of available commands. #370

  • Fixed: Now a hotclick will not always be blocked, It will be forwarded in case no action was done. If you want a hotclick to always be blocked set AblockHotclick=1 in the [Advanced] section of the ini file.

  • Fixed: Next/Previous stacked window keyboard shortcut no longer depends on cursor position, unless you enabled use pointed window. #372

  • Added the missing Next/Previous laser stacked window. #362

  • Fix delay when forwarding a click in some cases. #352

  • Fix button up being improperly blocked sometime. #355

  • Fixed occasional crash when editing the config dialog.

  • Updated German, Korean, French and Italian translations.