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

Disconnected on save #323

Closed
Paklenizmaj opened this issue Jul 18, 2024 · 2 comments
Closed

Disconnected on save #323

Paklenizmaj opened this issue Jul 18, 2024 · 2 comments
Labels

Comments

@Paklenizmaj
Copy link

Paklenizmaj commented Jul 18, 2024

Description and repro

When using GhostText on Chrome with VS Code, I experience a disconnection every time I press Ctrl+S. This is problematic because I habitually press Ctrl+S after making any change. Disconnecting on file save is not desirable and interrupts my workflow.

Steps to Reproduce:

Install GhostText on Chrome.
Connect GhostText to VS Code.
Make any change in the VS Code editor.
Press Ctrl+S to save the file.
Expected Behavior:
GhostText should remain connected after saving the file with Ctrl+S.

Actual Behavior:
GhostText disconnects every time Ctrl+S is pressed.

Environment:

Browser: Chrome
Editor: VS Code
GhostText Version: 24.7.6
Operating System: Windows 10

Browser(s) tried

Chrome

Editor(s) tried

VS Code

@fregante
Copy link
Owner

Duplicate of #292

@fregante fregante marked this as a duplicate of #292 Jul 18, 2024
@fregante fregante closed this as not planned Won't fix, can't repro, duplicate, stale Jul 18, 2024
@Paklenizmaj
Copy link
Author

My solution for this problem is a little ahk script, This script is active only if I use GhostText, so I do not need to change a any vscode or system settings.

#IfWinActive ahk_class Chrome_WidgetWin_1 ahk_exe Code.exe
^s::
return
#IfWinActive

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

No branches or pull requests

2 participants