V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  wzwwzw  ›  全部回复第 1 页 / 共 14 页
回复总数  266
1  2  3  4  5  6  7  8  9  10 ... 14  
感觉是键盘就可以开机,所以电源键只是一个兜底设计。
16 天前
回复了 clocean 创建的主题 macOS macos 15.2 可以用 gpt 了,简单用了下
国内的设备可以用吗?
需要使用美区的 ID 吗?
@shubo83 多尝试用 tsx jsx 会更爽。
如果吃布洛芬不管用的话,可以试试曲普坦。
102 天前
回复了 jdjingdian 创建的主题 macOS 粘贴板管理器选择哪个? Paste vs PasteNow
raycast 因为免费
Master 3S 好用。
我都是全部隐藏,然后使用 contexts 管理已经开启的窗口 使用 raycast 启动新的窗口。
215 天前
回复了 omz 创建的主题 macOS Magic Trackpad 妙控板可以代替鼠标吗
长时间用触控板感觉还是蛮累的。
221 天前
回复了 Pig930 创建的主题 Apple 2024 年 4 月, macOS 上最好用的浏览器是什么?
归来仍是 Chrome
都是用 Vim 布局。
243 天前
回复了 brucmao 创建的主题 macOS mac 有能反转 MX Master 3s 的左右滚动的软件吗
mos 试试 mos ,我现在已经卸载了罗技自己的软件。用 mos 。
247 天前
回复了 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"
}
]
}
256 天前
回复了 8eacekeep 创建的主题 macOS 分享点你 mac 必备的软件
@Wilbur4real 不是,raycast 也可以给某一个应用定义全局的快捷键,比如我的 option + 1-5 就是启动各种软件。
257 天前
回复了 8eacekeep 创建的主题 macOS 分享点你 mac 必备的软件
@Wilbur4real 这个应用使用 Raycast 则可以替代,我已经去掉了单独使用软件来启动应用。
要看插件的态度,不过 zed 官方说暂时不会对插件有太大的支持。
282 天前
回复了 lvxiaomao 创建的主题 浏览器 Arc、Chrome、Edge 浏览器你选择哪个?
已经从 Edge 换回 Chrome 了,还是喜欢简单的浏览器。
282 天前
回复了 xiongperry 创建的主题 问与答 除了 V2EX,上班时间划水的地方还有哪些
Hacker News
warp 看起里更像是你的选择。
1  2  3  4  5  6  7  8  9  10 ... 14  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2690 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 39ms · UTC 04:00 · PVG 12:00 · LAX 20:00 · JFK 23:00
Developed with CodeLauncher
♥ Do have faith in what you're doing.