kennir 最近的时间轴更新
kennir

kennir

V2EX 第 114784 号会员,加入于 2015-05-02 21:35:47 +08:00
今日活跃度排名 22863
kennir 最近回复了
但是最好不要,有一些应用强制要求安装在不区分大小写的磁盘上,例如 steam
6 天前
回复了 123test1010 创建的主题 macOS macOS 窗口小化 bug
没试出来
6 天前
回复了 DJCNMHG 创建的主题 macOS macOS 14 RC 你们升级了吗?体验如何?
公测版本用到现在, ventura 有的毛病它也有, 动态的壁纸和桌面很酷, 其他没啥感觉
windows server 似乎优化过,内存占用少很多
19 天前
回复了 chenqh 创建的主题 程序员 牙痛真恶心啊,艹,才 30 出头啊,艹
我牙齿天生小,上面 4 颗磨牙已经全部阵亡,一颗种植牙,3 颗烤瓷牙
如果你的鼠标侧键可以被 karabiner-element 检测到的话, 可以通过 karabiner-element 的 complex-modification 根据当前 app 修改侧键功能

例如下面这个可以针对 vscode 修改侧键的功能

```
{
"title": "Razer orochi v2 for common navigate",
"rules": [
{
"description": "navigate back and forward",
"manipulators": [
{
"type": "basic",
"from": {
"pointing_button": "button4"
},
"to": [
{
"repeat": false,
"key_code": "open_bracket",
"modifiers": [
"left_gui"
]
}
],
"conditions": [
{
"type": "frontmost_application_unless",
"bundle_identifiers": [
"com.microsoft.VSCode"
]
}
]
},
{
"type": "basic",
"from": {
"pointing_button": "button5"
},
"to": [
{
"repeat": false,
"key_code": "close_bracket",
"modifiers": [
"left_gui"
]
}
],
"conditions": [
{
"type": "frontmost_application_unless",
"bundle_identifiers": [
"com.microsoft.VSCode"
]
}
]
}
]
},
{
"description": "navigate between tabs",
"manipulators": [
{
"type": "basic",
"from": {
"pointing_button": "button4",
"modifiers": {
"mandatory": [
"left_control"
]
}
},
"to": [
{
"repeat": false,
"key_code": "tab",
"modifiers": [
"left_control"
]
}
]
},
{
"type": "basic",
"from": {
"pointing_button": "button5",
"modifiers": {
"mandatory": [
"left_control"
]
}
},
"to": [
{
"repeat": false,
"key_code": "tab",
"modifiers": [
"left_control",
"left_shift"
]
}
]
}
]
}
]
}
```
23 天前
回复了 iColdCat 创建的主题 Apple 被某橙色 app 恶心到了。。。
现在也是 pdd 用的多, 已经很久没打开过淘宝了
25 天前
回复了 8675bc86 创建的主题 Apple 升级了 iOS 17 和 macos sonama,外观没看出差别
感觉即使是 beta 也比 ventura 好
34 天前
回复了 hahaFck 创建的主题 macOS macOS Sonoma 可以冲了么?
pb3 用了一周挺正常的, 没碰到啥问题, 常用 safari, apple notes, android studio, vscode, 飞书, 微信
36 天前
回复了 jfv 创建的主题 macOS macOS 14 beta 频繁 "WindowServer 意外退出"
pb3 目前没遇到过
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1061 人在线   最高记录 5930   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 22:58 · PVG 06:58 · LAX 15:58 · JFK 18:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.