iOS DeveloperiOS 开发

开源一款 Mac 窗口布局应用 SGWindowLayout

2017-04-23  本文已影响299人  程序员Single

SGWindowLayout

SGWindowLayout 是一款 macOS 窗口布局小应用。

功能特点

使用示例

默认绑定了如下快捷键

如需更改,可在 AppDelegate 的 registerHotKey 方法中更改。例如:

// 使用 control + a 将当前焦点窗口铺满屏幕左半部分。
[SGWLHotKey registerLayoutAttribute:SGWLLayoutAttributeLeft keyCode:SGWLKeyCodeA modifiers:SGWLModifiersKeyControl];

效果演示

效果演示

注意事项

上一篇 下一篇

猜你喜欢

热点阅读