warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.35k stars 373 forks source link

Rectangle和wrap的work模式进行联动 #5068

Open inspireyls opened 4 months ago

inspireyls commented 4 months ago

Dupe Check

Describe the solution you'd like?

Rectangle的排版终端按键command+u等,我打开了四个终端warp,在配置文件里(/Users/x/.warp/launch_configurations/work_tool.yaml)写入命令执行osascript -e 'tell application "System Events" to keystroke "u" using {control down, option down}',可我发现并未执行我的配置文件如下: name: Work Tool windows:

Is your feature request related to a problem? Please describe.

相关

Additional context

No response

How important is this feature to you?

3

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

Ignore

dannyneira commented 4 months ago

この機能リクエストをありがとうございます。キーバインディングやショートカットで問題が発生している場合は、他の設定やプラグインとの競合が原因である可能性があります。現時点では、Warp は rc ファイルで bindkey をサポートしていないことに注意してください。詳細については、既知の問題のドキュメントを確認してください。

この機能に関心のある方は、この機能が必要であることを示すために、最初の投稿の一番上に 👍 を追加し、通知を受け取りたい場合は購読してください。

Thanks for this feature request! If you're experiencing issues with key bindings or shortcuts, it may be due to a conflict with other settings or plugins. Note that at this time Warp does not support bindkey in rc files. Check the known issues documentation for further help.

To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.

inspireyls commented 4 months ago

我找到了原因rectangle需要选中当前的终端才能执行,当我使用warp一次性打开四个并在命令里加入了虚拟按键,导致rectangle的虚拟按键没有运行起来,暂时没有更好的方法,只能手动去摁键或者选中某个终端重新执行配置文件里的命令。