Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
inspireyls opened this issue Jun 26, 2024 · 2 comments
Open
1 task done

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

inspireyls opened this issue Jun 26, 2024 · 2 comments
Labels
Feature requests Feature Requests

Comments

@inspireyls
Copy link

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:

  • tabs:
    • title: "~"
      layout:
      split_direction: horizontal
      panes:
      - cwd: /Users/x/
      commands:
      - exec: osascript -e 'tell application "System Events" to keystroke "u" using {control down, option down}'
  • tabs:
    • title: "~"
      layout:
      split_direction: horizontal
      panes:
      - cwd: /Users/x/
      commands:
      - exec: osascript -e 'tell application "System Events" to keystroke "i" using {control down, option down}'

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

@inspireyls inspireyls added the Feature requests Feature Requests label Jun 26, 2024
@dannyneira
Copy link
Member

dannyneira commented Jun 26, 2024

この機能リクエストをありがとうございます。キーバインディングやショートカットで問題が発生している場合は、他の設定やプラグインとの競合が原因である可能性があります。現時点では、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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature requests Feature Requests
Projects
None yet
Development

No branches or pull requests

2 participants