wzwwzw 最近的时间轴更新
wzwwzw

wzwwzw

V2EX 第 190730 号会员,加入于 2016-09-07 10:23:31 +08:00
今日活跃度排名 19982
wzwwzw 最近回复了
都是用 Vim 布局。
17 天前
回复了 brucmao 创建的主题 macOS mac 有能反转 MX Master 3s 的左右滚动的软件吗
mos 试试 mos ,我现在已经卸载了罗技自己的软件。用 mos 。
22 天前
回复了 Youweiyoyoyo 创建的主题 程序员 现在还建议学 Python 么?
如果只是自己的需求的话,js 现在已经有很多框架做的很多了,从 api 服务 到 orm ,在 ts 的加持下也很舒服,除非一些特别的需求可以用 py ,比如要使用 pandas ,要写一些 AI 生态相关的服务。
我的解决办法是
每当我按下 esc 或者 ctrl +C 的时候,自动将输入法切换为英文
这里给出我的 mac karabiner 的 json

{
"description": "on escape press, send spacebar with control if not in english",
"manipulators": [
{
"conditions": [
{
"input_sources": [
{
"language": "en"
}
],
"type": "input_source_unless"
}
],
"from": {
"key_code": "escape",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "escape"
},
{
"key_code": "spacebar",
"modifiers": [
"left_control"
]
}
],
"type": "basic"
}
]
}

{
"description": "on <ctrl>-c press, send spacebar with control if not in english",
"manipulators": [
{
"conditions": [
{
"input_sources": [
{
"language": "en"
}
],
"type": "input_source_unless"
}
],
"from": {
"key_code": "c",
"modifiers": {
"mandatory": [
"left_control"
]
}
},
"to": [
{
"key_code": "escape"
},
{
"key_code": "spacebar",
"modifiers": [
"left_control"
]
}
],
"type": "basic"
}
]
}
31 天前
回复了 8eacekeep 创建的主题 macOS 分享点你 mac 必备的软件
@Wilbur4real 不是,raycast 也可以给某一个应用定义全局的快捷键,比如我的 option + 1-5 就是启动各种软件。
31 天前
回复了 8eacekeep 创建的主题 macOS 分享点你 mac 必备的软件
@Wilbur4real 这个应用使用 Raycast 则可以替代,我已经去掉了单独使用软件来启动应用。
要看插件的态度,不过 zed 官方说暂时不会对插件有太大的支持。
56 天前
回复了 lvxiaomao 创建的主题 浏览器 Arc、Chrome、Edge 浏览器你选择哪个?
已经从 Edge 换回 Chrome 了,还是喜欢简单的浏览器。
57 天前
回复了 xiongperry 创建的主题 问与答 除了 V2EX,上班时间划水的地方还有哪些
Hacker News
warp 看起里更像是你的选择。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2826 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 13:28 · PVG 21:28 · LAX 06:28 · JFK 09:28
Developed with CodeLauncher
♥ Do have faith in what you're doing.