-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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-insert (copy) does not work with 2020.12-RC3 #3558
Comments
Keyboard shortcuts should become configurable at some point, there's not going to be support for that in the next release yet though. At this point only |
Insert text template (code snippet). |
Is that documented anywhere? |
I don't see it in https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/WIP so it's probably only in #3047 |
How does this work? I get a popup but I can't find any way to use it. Is it
just a prompt or I am supposed to be able to get it to complete what I
started typing?
…On Tue, 29 Dec 2020 at 02:09, Torsten Paul ***@***.***> wrote:
I don't see it in https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/WIP
so it's probably only in #3047
<#3047>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3558 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEKHBO4BGKFUSVROFNRCI3SXE25LANCNFSM4VMNPBMA>
.
|
I'm looking... |
Oh, it seems to be right click to code complete. It isn't normal to right click on a context menu in Windows. |
Ok, can we please go back to the actual issue? Any suggestions for a different keyboard short-cut to use for the templates? |
How about just Ctrl+T ? BTW, Ctrl+Ins is not completely gone in RC3. I've found it still works in about window :) |
|
And if we were to reassign Ctrl+T, it should go to New Tab (and Ctrl+N to New Window), to match browsers. |
IntelliJ IDEA uses |
Sounds good. |
Windows build from #3562: |
In my searching it appears that many new keyboards drop the insert key.
Not a problem for me, but I'm wondering how wide spread this is, particularly Mac.
Aside:
Have to be careful with Alt re menu selection, but Alt-Insert can't be a menu shortcut.
Using another modifier with Alt, can stop conflict with menu selection, e.g. Ctrl+Atl+T.
…_____
From: Torsten Paul [mailto:notifications@github.com]
Sent: Wed, 30 Dec 2020 07:12
To: openscad/openscad
Cc: Michael; Comment
Subject: Re: [openscad/openscad] Ctrl-insert (copy) does not work with 2020.12-RC3 (#3558)
IntelliJ IDEA uses ALT+Insert for "Generate Code". That might work?
-
You are receiving this because you commented.
Reply to this email directly, view
<#3558 (comment)> it on GitHub, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPBVYP7LWFRIJ3B2RTZTIDSXIZXJANCNFSM4VMNPBMA> .
<https://github.com/notifications/beacon/AAPBVYIC7EJL5VVBJD3CM4DSXIZXJA5CNFSM4VMNPBMKYY3PNVWWK3TUL5
2HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFTLA6IA.gif>
--
This email has been checked for viruses by AVG.
https://www.avg.com
|
Fix template action shortcut to not clash with Copy&Paste (fixes #3558).
I'm using ctrl + insert button to copy selection but this key combination does not work in with rc3 version.
Of course, there's work-a-round by using ctrl-v but habit is hard to change...
The text was updated successfully, but these errors were encountered: