在像 tweetie 或事物首选项这样的圆形视图中记录键盘命令
你会如何记录视图中的击键并将它们设置为 NSUserdefaults 因为每个键都有一个数值并且还有修饰键......你会怎么做
谢谢
How would you record the keystrokes in view and set them to the NSUserdefaults because every key has a numeric value and there are also modifier keys…how would u do this
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Waffle Software 的快捷方式记录器:http://wafflesoftware.net/shortcut/
(并自吹自擂)我编写了一个类,使注册快捷方式比使用 Carbon API 或 PTHotKey 之类的包装器更容易: http://github.com/davedelong/DDHotKey
There's Waffle Software's Shortcut Recorder: http://wafflesoftware.net/shortcut/
(And to toot my own horn) I've written a class to make registering shortcuts easier than using the Carbon API or a wrapper like PTHotKey: http://github.com/davedelong/DDHotKey