Skip to content

Ctrl + W shortcut doesn't work #667

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

Closed
jareddls opened this issue Jan 24, 2025 · 6 comments
Closed

Ctrl + W shortcut doesn't work #667

jareddls opened this issue Jan 24, 2025 · 6 comments

Comments

@jareddls
Copy link

Running on Windows 10. Tried restarting just in case it was a problem on my side. Tried deleting config.json and re-opening the application, and re-installing as well.

Making a new tab (Ctrl + T) and closing all other tabs (Alt + Ctrl + T) works just fine. Switching through tabs like (Ctrl + 1, Ctrl + 2, etc.) also works fine.

But I can't seem to have Ctrl + W work.

@lukehaas
Copy link
Owner

You're saying nothing happens when you press Ctrl+W?
Is it possible that something else on your system is absorbing this shortcut?

@jareddls
Copy link
Author

Yeah, nothing happens when I press Ctrl + W.

I did try restarting again and having nothing open except Run.js, but no luck. I tested it on browsers just to see if maybe it could have been a keyboard problem too, but Ctrl + W works fine on those.

@lukehaas
Copy link
Owner

Could you provide a copy of your debug log? You can access this from the help menu.

@jareddls
Copy link
Author

jareddls commented Jan 26, 2025

{
"version": "3.0.3",
"platform": "win32",
"arch": "x64",
"activated": true,
"logs": []
}

Not sure if there's something I'm supposed to do to have any logs show.

I tried checking it later again, while I was just using it, might be an unrelated log though:
{
"version": "3.0.3",
"platform": "win32",
"arch": "x64",
"activated": true,
"logs": [
{
"path": "C:\Users\jedde\AppData\Roaming\runjs\logs\main.log",
"lines": [
"[2025-01-26 18:35:31.699] [error] [renderer] Error: Connection is disposed.\n at W (file:///C:/Users/jedde/AppData/Local/Programs/runjs/resources/app.asar/index-bundle.js:14:875992)\n at Object.sendRequest (file:///C:/Users/jedde/AppData/Local/Programs/runjs/resources/app.asar/index-bundle.js:14:876894)\n at t.getHoverTooltip (file:///C:/Users/jedde/AppData/Local/Programs/runjs/resources/app.asar/index-bundle.js:14:914914)\n at t. (file:///C:/Users/jedde/AppData/Local/Programs/runjs/resources/app.asar/index-bundle.js:14:891530)\n at b (file:///C:/Users/jedde/AppData/Local/Programs/runjs/resources/app.asar/index-bundle.js:14:1061149)\n at E (file:///C:/Users/jedde/AppData/Local/Programs/runjs/resources/app.asar/index-bundle.js:14:1061372)\n at v (file:///C:/Users/jedde/AppData/Local/Programs/runjs/resources/app.asar/index-bundle.js:14:1061262)\n at r (file:///C:/Users/jedde/AppData/Local/Programs/runjs/resources/app.asar/vendors-bundle.js:2:177007)",
""
]
}
]
}

@lukehaas
Copy link
Owner

lukehaas commented May 3, 2025

@jareddls is this issue still present in the latest version of RunJS?

@jareddls
Copy link
Author

jareddls commented May 3, 2025

No, the issue is now fixed! Thank you!

@jareddls jareddls closed this as completed May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants