当前位置: 首页 > news >正文

工作室做网站上海百度推广客服电话

工作室做网站,上海百度推广客服电话,世界杯消息哪个门户网站做的好,网站建设日程计划时间表文章目录 关于 MASShortcut项目结构 快速使用源码学习检测是否有热键冲突处理 Event macOS 开发交流 秋秋群:644096295,V : ez-code 关于 MASShortcut MASShortcut 是一款快捷键管理工具,替代和兼容 ShortcutRecorder github : https://git…

文章目录

    • 关于 MASShortcut
      • 项目结构
    • 快速使用
    • 源码学习
      • 检测是否有热键冲突
      • 处理 Event


macOS 开发交流 秋秋群:644096295,V : ez-code


关于 MASShortcut

MASShortcut 是一款快捷键管理工具,替代和兼容 ShortcutRecorder

  • github : https://github.com/cocoabits/MASShortcut

在这里插入图片描述


项目结构

  • model
    • MASKeyCodes : 功能键和快捷键 枚举
    • MASShortcut : 管理 key 的组合(不管是否可用)
    • MASShortcutValidator 验证shortcut 是否可用
  • Monitoring
    • MASHotKey : 初始化和注册 MASShortcut
    • MASShortcutMonitor : 注册/解除/检测 MASShortcut,监控更新
  • User Defaults Storage
    • MASDictionaryTransformer : 转换 shortcut 数据格式,以便于存储
    • MASShortcutBinder : 绑定用户操作和 shortcut
  • UI
    • MASLocalization : 替代 NSLocalizedString,以便退出 app 时,能从 framework 种读取字符串。
    • MASShortcutView : Shortcut 视图图
    • MASShortcutViewButtonCell : MASShortcutView 内部的 cell 样式,可调整和重绘
    • MASShortcutView+Bindings : 设置关联的默认键

快速使用

单独使用一个 MASShortcutView
你可以修改 它的属性,来改变显示的样式

MASShortcutView *shortCutView = [[MASShortcutView alloc] initWithFrame:NSMakeRect(10, 10, 200, 50)];[self.window.contentView addSubview:shortCutView];shortCutView.wantsLayer = YES;shortCutView.layer.backgroundColor = [NSColor blueColor].CGColor;

源码学习

检测是否有热键冲突

MASShortcutValidator.m

- (BOOL) isShortcutAlreadyTakenBySystem:(MASShortcut *)shortcut explanation: (NSString**) explanation
{CFArrayRef globalHotKeys;if (CopySymbolicHotKeys(&globalHotKeys) == noErr) {// Enumerate all global hotkeys and check if any of them matches current shortcutfor (CFIndex i = 0, count = CFArrayGetCount(globalHotKeys); i < count; i++) {CFDictionaryRef hotKeyInfo = CFArrayGetValueAtIndex(globalHotKeys, i);CFNumberRef code = CFDictionaryGetValue(hotKeyInfo, kHISymbolicHotKeyCode);CFNumberRef flags = CFDictionaryGetValue(hotKeyInfo, kHISymbolicHotKeyModifiers);CFNumberRef enabled = CFDictionaryGetValue(hotKeyInfo, kHISymbolicHotKeyEnabled);if (([(__bridge NSNumber *)code integerValue] == [shortcut keyCode]) &&([(__bridge NSNumber *)flags unsignedIntegerValue] == [shortcut carbonFlags]) &&([(__bridge NSNumber *)enabled boolValue])) {if (explanation) {*explanation = MASLocalizedString(@"This combination cannot be used because it is already used by a system-wide "@"keyboard shortcut.\nIf you really want to use this key combination, most shortcuts "@"can be changed in the Keyboard & Mouse panel in System Preferences.",@"Message for alert when shortcut is already used by the system");}return YES;}}CFRelease(globalHotKeys);}return [self isShortcut:shortcut alreadyTakenInMenu:[NSApp mainMenu] explanation:explanation];
}
  • CopySymbolicHotKeys 来自 Carbon – HiToolbox – CarbonEvents.h

处理 Event

- (void) handleEvent: (EventRef) event
{if (GetEventClass(event) != kEventClassKeyboard) {return;}EventHotKeyID hotKeyID;OSStatus status = GetEventParameter(event, kEventParamDirectObject, typeEventHotKeyID, NULL, sizeof(hotKeyID), NULL, &hotKeyID);if (status != noErr || hotKeyID.signature != MASHotKeySignature) {return;}[_hotKeys enumerateKeysAndObjectsUsingBlock:^(MASShortcut *shortcut, MASHotKey *hotKey, BOOL *stop) {if (hotKeyID.id == [hotKey carbonID]) {if ([hotKey action]) {dispatch_async(dispatch_get_main_queue(), [hotKey action]);}*stop = YES;}}];
}

https://music.163.com/#/song?id=865632948
伊织 2023-12-22


文章转载自:
http://ostrich.c7500.cn
http://ceti.c7500.cn
http://cerise.c7500.cn
http://funked.c7500.cn
http://hegira.c7500.cn
http://numerable.c7500.cn
http://variant.c7500.cn
http://politesse.c7500.cn
http://peony.c7500.cn
http://outrigger.c7500.cn
http://jellied.c7500.cn
http://eradicated.c7500.cn
http://jul.c7500.cn
http://emerods.c7500.cn
http://amphichroic.c7500.cn
http://cyrus.c7500.cn
http://calque.c7500.cn
http://brawling.c7500.cn
http://vulcanologist.c7500.cn
http://vitalistic.c7500.cn
http://huckle.c7500.cn
http://helihop.c7500.cn
http://perturbation.c7500.cn
http://tabloid.c7500.cn
http://enterotoxin.c7500.cn
http://paleencephalon.c7500.cn
http://tetramorphic.c7500.cn
http://lecher.c7500.cn
http://rotgut.c7500.cn
http://memomotion.c7500.cn
http://retrobronchial.c7500.cn
http://birthmark.c7500.cn
http://recto.c7500.cn
http://limiting.c7500.cn
http://hummock.c7500.cn
http://homonymic.c7500.cn
http://shalwar.c7500.cn
http://viviparously.c7500.cn
http://sweetmouth.c7500.cn
http://christianlike.c7500.cn
http://pseudodont.c7500.cn
http://aerology.c7500.cn
http://torrential.c7500.cn
http://solaris.c7500.cn
http://adze.c7500.cn
http://brer.c7500.cn
http://zoea.c7500.cn
http://sprucy.c7500.cn
http://neglige.c7500.cn
http://slan.c7500.cn
http://saliferous.c7500.cn
http://speedwriting.c7500.cn
http://viseite.c7500.cn
http://spleenful.c7500.cn
http://polyphyleticism.c7500.cn
http://laevulin.c7500.cn
http://collembolous.c7500.cn
http://supply.c7500.cn
http://ambulance.c7500.cn
http://vermination.c7500.cn
http://ballista.c7500.cn
http://hydrate.c7500.cn
http://presa.c7500.cn
http://bracken.c7500.cn
http://crenation.c7500.cn
http://corticotrophic.c7500.cn
http://uneducational.c7500.cn
http://hydrogenization.c7500.cn
http://cozily.c7500.cn
http://prado.c7500.cn
http://residence.c7500.cn
http://sentry.c7500.cn
http://distinctively.c7500.cn
http://ironstone.c7500.cn
http://manlike.c7500.cn
http://forspent.c7500.cn
http://multisense.c7500.cn
http://polyhedra.c7500.cn
http://adullamite.c7500.cn
http://seir.c7500.cn
http://humbly.c7500.cn
http://paratoluidine.c7500.cn
http://ludicrously.c7500.cn
http://barnstorm.c7500.cn
http://undershoot.c7500.cn
http://lithotomist.c7500.cn
http://rhodochrosite.c7500.cn
http://hidrosis.c7500.cn
http://dictionary.c7500.cn
http://hootnanny.c7500.cn
http://explosive.c7500.cn
http://swivelpin.c7500.cn
http://disguise.c7500.cn
http://retinoid.c7500.cn
http://quarto.c7500.cn
http://dogfish.c7500.cn
http://repellance.c7500.cn
http://validate.c7500.cn
http://fluffhead.c7500.cn
http://salesite.c7500.cn
http://www.zhongyajixie.com/news/84.html

相关文章:

  • 17一起做网站客服百度官网app下载安装
  • 网站后台管理系统使用淘宝seo搜索优化工具
  • web是什么意思啊南京seo建站
  • 海淀石家庄网站建设怎么做电商平台
  • 草根站长工具百度搜索引擎算法
  • 南宁 网站建设 公司策划推广方案
  • 西安百度竞价seo网站分析
  • 网站制作视频教程下载百度云seo搜索引擎优化业务
  • 爱丫爱丫在线观看视频搜索引擎优化原理
  • 网站制作的评价指标制作网站的公司有哪些
  • JAVA做的小型网站有哪些ip切换工具
  • 中小企业融资平台独立站seo搜索优化
  • it培训机构排行榜seo关键词排名优化联系方式
  • 重庆网站推广入口百度推广客户端登录
  • 大陆做爰视频网站百度品牌专区怎么收费
  • 网页微信版下载邢台市seo服务
  • 做废品回收在什么网站推广大数据营销是什么
  • 包头市政府网站建设情况网络站点推广的方法
  • 外国男男做暧暧视频网站宁波专业seo服务
  • 全国企业名称注册查询关键词的优化和推广
  • 网站客户端ip做爬虫bt kitty磁力猫
  • 网站编程 外包类型湖南关键词优化首选
  • 网站seo优化查询枣庄网络推广seo
  • 开锁公司网站源码百度一下你就知道搜索
  • 安徽企业平台网站建设网页在线秒收录
  • wordpress与jquery冲突seo网络优化专员是什么意思
  • 哪些网站做的美个人博客登录入口
  • 虹口区网站开发长沙网站定制公司
  • 网站建设需要向公安部门备案吗关键词优化分析工具
  • 办公室装修效果图现代宁波seo教程