文件名称:objc-shortcutrecorder:可可键盘快捷键记录器
文件大小:67KB
文件格式:ZIP
更新时间:2024-07-01 05:09:34
Objective-C
GWShortcutRecorder 是一个处理记录快捷方式的单文件 NSView 子类。 它使用 keyCode 和修饰符标志将消息传递给它的委托。 它的默认外观看起来像一个标准的 NSButton。 您可以自定义一些设置,或者将其子类化并覆盖一些绘图方法以完全改变它的外观。 这个 repo 中有一个演示: #import "AppDelegate.h" @implementation AppDelegate - (void) applicationDidFinishLaunching:(NSNotification *) aNotification { self.recorder1.delegate = self; self.recorder2.delegate = self; //set some custom labels and color self.reco
【文件预览】:
objc-shortcutrecorder-master
----.gitignore(17B)
----screenshot.psd(197KB)
----readme.md(1KB)
----GWShortcutRecorder()
--------GWShortcutRecorder.xcodeproj()
--------GWShortcutRecorder()