easy-move-resize
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:An AutoHotkey script to get Linux-style window dragging and resizing.
easy-move-resize
================

An AutoHotkey script to get Linux-style window dragging and resizing.

- `Alt + Left Click` to move.
- `Alt + Middle Click` to resize. Resize drags the nearest corner of the window.

To change the keybindings, just update the key expresions according to the
AutoHotkey docs (see http://www.autohotkey.com/docs/KeyList.htm). If you change
the mouse buttons, remember to update the references at the top of the loops.

Script is based on the following:
- http://www.autohotkey.com/docs/scripts/EasyWindowDrag.htm
- http://www.autohotkey.com/docs/scripts/EasyWindowDrag_(KDE).htm

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。