Jeffy

Results 6 issues of Jeffy

### Discord username (optional) _No response_ ### Describe the bug 1. the shortcut key(any keybinding) for **hotkey window** not work on an Intel Mac.(2019 15inch) 2. the shortcut key for...

Given that the previous version 4.0.0 has been around for 4 years, it is time to release a new version. Please~

1. Add a setting for full-screen mask on rest 2. Auto resize popover when change picker selection

this part is not safe. ps: how about use 'subscript' instead of `separatedKeys` ```swift var object: AnyObject = dictionary key.separatedKeys.enumerated().forEach { idx, separatedKey in if let index = Int(separatedKey) {...

### Checklist - [x] I've tested my changes. - [x] I've read the [Contribution Guidelines](https://github.com/CaliCastle/PopMenu/blob/master/CONTRIBUTING.md). - [x] I've updated the documentation if necessary. ### Motivation and Context 模拟 UIKit -...

在实际项目中,我们经常定义色值为常量。比如: `white = #000000`, 然后需要透明度的时候,经常是这样使用的: `let color = .white.alpha(0.5)` 如果 Lookin 能够增加一种颜色显示模式为 6位 hex + alpha 的显示模式,会让开发变得更为直观