-
Notifications
You must be signed in to change notification settings - Fork 246
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
Ctrl+U opens index.html in a text editor #767
Comments
Hi Martin! could you attach an screenshot with the editor window opened after Ctrl+U? I can't reproduce your problem and i need to view how is happening to fix it or help you to fix it. Thanks! |
WTF!!! 😮 i think you have some shortcut in your system linked to open an external editor. I'll try to research it and tell you. what's your linux distribution? could you try if in Chrome browser and in firefox if you press ctrl+u in any page the editor appears? Thanks! |
😂 I'm using the AppImage in Ubuntu 23.04 with Firefox and I have not installed Chrome. The firefox shortcut for view source is Ctrl+U as well. |
Yes i think the Operating system takes de control over ctrl+U for open editor in each application that could be editable XD I look for a solution to this, thanks for detect it! it's very weird, i'm telling you soon |
Thanks! Tengo unas cositas más de UX si querés que te pase pero mirá que soy muy detallista jaja. |
Todo el feedback es bueno tu lanza ideas se evalúan y se mira a ver. Yo ando preparando un gran set de cambios a nivel de ui y motor de cara al otoño, puede ser buen momento para nuevas ideas por si pudieran encajar. |
I noticed that earlier too - on Windows/Chrome - I didn’t research it, but yes, it would be interesting to fix it and understand what the cause was.
…Sent from my iPhone
On Aug 31, 2024, at 1:56 PM, Carlos Venegas Arrabé ***@***.***> wrote:
Todo el feedback es bueno tu lanza ideas se evalúan y se mira a ver. Yo ando preparando un gran set de cambios a nivel de ui y motor de cara al otoño, puede ser buen momento para nuevas ideas por si pudieran encajar.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
It appears that this shortcut is used by the operating system to open the code editor configured on the system by default (if you have installed and configured-linked the editor on the system). I haven't found any solution yet, I think it might be impossible to replace this (I have to try some ideas tomorrow but I think it might be a limitation). If the limitation is confirmed, I think it might be a good idea to change this shortcut (e.g. Ctrl+Shit+U or WindowsKey+U). |
Hi! I'm seeing an
index.html
editor window every time I hit Ctrl+U. This doesn't happen with the Upload menu button or other shortcuts such as Ctrl+B.I think the issue comes from unfinished work around here, or maybe with the shortcut settings.
icestudio/app/scripts/services/utils.js
Lines 1100 to 1109 in 63c6c71
I'm on Icestudio 0.12 on Linux.
Thanks for taking a look, maybe I can fix it with some guidance.
The text was updated successfully, but these errors were encountered: