programmerdelphi2k 237 Posted February 22, 2023 all time (paranoic): Ctrl+S (save of course), Ctrl+D (formatter my code...), for code tests: Ctrl+F9 (compiling...), Shift+F9 (bulding...) when all is wrong: Alt+F4 (bye bye) Share this post Link to post
skyzoframe[hun] 4 Posted February 22, 2023 I mean in delphi. for example.. ctrl + shift + c , on procedure or function yougot there, what you wrote there. anyway alt+f4 are the best all the time :) Share this post Link to post
skyzoframe[hun] 4 Posted February 22, 2023 ctrl+shift+c+left mouse press Share this post Link to post
aehimself 396 Posted February 23, 2023 Alt-F4? 🙂  Back to the topic, either fully configurable or as close to the competition as possible. You have better chance for new users to quickly feel comfortable using application if it behaves like something they already got used to (LibreOffice/OpenOffice vs. Word).  Also, for what function? Ctrl-N usually means "New" something. If you do not have an action to create a new something, you can use it for nanobot deployment. 1 Share this post Link to post
skyzoframe[hun] 4 Posted February 24, 2023 I found these.:  https://www.tweaking4all.com/software-development/software-delphi/delphi-ide-code-editor-keyboard-shortcuts/     https://leanpub.com/codefasterindelphi  Share this post Link to post
skyzoframe[hun] 4 Posted February 24, 2023 Also, select some range and press "Ctrl+/" , it gives "//" to each selected line. Press again, and will remove it. Â Â Share this post Link to post
aehimself 396 Posted February 24, 2023 Oh, I completely seem to have missed you are asking about the Delphi IDE.. Â Editor: Ctrl-Shift-C Ctrl-Shift-Up / Down While debugging, F7 and Shift - F7 (I know people working withing with Delphi for 5+ years and didn't know about this) Ctrl-Shift-E can be useful when it's working... Ctrl + / Ctrl + F12 Â Designer: Alt + F12 Ctrl + H 1 Share this post Link to post
Lars Fosdal 1792 Posted February 24, 2023 https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Default_Keyboard_Shortcuts is pretty exhaustive. Share this post Link to post