如何优雅的使 Mac OS X 系统的 command+c commend+v 失效,不再使用复制粘贴?
1
Yvette Oct 13, 2015 via iPhone Karabiner
|
2
realityone Oct 13, 2015 RegisterEventHotKey(kVK_ANSI_C, cmdKey, hotKeyID, GetApplicationEventTarget(), 0, &hotKeyRef);
RegisterEventHotKey(kVK_ANSI_V, cmdKey, hotKeyID, GetApplicationEventTarget(), 0, &hotKeyRef); 前几天刚刚写过 |