- 触控板设置(启用三指拖移, 更改点击响应速度)
- 显示电量百分比
- 调整dock栏图标大小
- 微信
- notion
- obsidian
| import { cn } from '@/lib/utils' | |
| import { useRef, useState, type MouseEvent } from 'react' | |
| interface Props { | |
| url: string | |
| scale?: number | |
| } | |
| export default function PicZoom({ url, scale }: Props) { | |
| const [maskPosition, setMaskPosition] = useState<{ | |
| left: number |
| [ | |
| // navigation | |
| { | |
| "key": "ctrl+h", | |
| "command": "workbench.action.navigateLeft" | |
| }, | |
| { | |
| "key": "ctrl+l", | |
| "command": "workbench.action.navigateRight" | |
| }, |
startup apps中关闭用不到的apppowercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c| patch: | |
| app_options: | |
| windowsterminal.exe: | |
| ascii_mode: true # 默认英文 | |
| cursor.exe: | |
| ascii_mode: true | |
| vim_mode: true | |
| code.exe: | |
| ascii_mode: true | |
| vim_mode: true |