============================= Qt Creator raccourcis clavier ============================= Publié pour la première fois le 08/03/2018 sur https://defkey.com/fr/qt-creator-raccourcis-clavier Qt Creator a 171 raccourcis et nous les avons énumérés ci-dessous. General ------- Ctrl + O Open file or project Ctrl + N New file or project Alt + V puis Alt + I Open in external editor Ctrl + A Select all Suppr Delete Ctrl + X Cut Ctrl + C Copy Ctrl + V Paste Ctrl + Y Redo Ctrl + P Print Ctrl + S Save Ctrl + Maj + S Save all Ctrl + W Close window Ctrl + Maj + W Close all Ctrl + F4 Close current file Alt + Flèche gauche Go back Alt + Flèche droite Go forward Ctrl + L Go to line Ctrl + Maj + Tab Next open document in history Ctrl + E puis O Go to other split Ctrl + Tab Previous open document in history Ctrl + K Activate Locator Ctrl + 1 Switch to Welcome mode Ctrl + 2 Switch to Edit mode Ctrl + 3 Switch to Design mode Ctrl + 4 Switch to Debug mode Ctrl + 5 Switch to Projects mode Ctrl + 6 Switch to Help mode Alt + 1 Toggle Issues pane Alt + 2 Toggle Search Results pane Alt + 3 Toggle Application Output pane Alt + 4 Toggle Compile Output pane Alt + [Num 0 - 9] Toggle other output panes Alt + M Activate Bookmarks pane Alt + Y Activate File System pane Alt + O Activate Open Documents pane Alt + 9 Maximize output panes F6 Move to next item in output panes Maj + F6 Move to previous item in output panes Alt + X Activate Projects pane Ctrl + Maj + F11 Full screen Alt + 0 Toggle the sidebar Ctrl + Z Undo Échap Move to Edit mode. First press moves focus to the editor. Second press closes secondary windows Ctrl + Q Exit Qt Creator Editing ------- Ctrl + I Auto-indent selection Ctrl + < Collapse Ctrl + > Expand Ctrl + Espace Trigger a completion in this scope Ctrl + Inser Copy line Ctrl + Alt + Flèche vers le bas Copy line down Ctrl + Alt + Flèche vers le haut Copy line up Ctrl + Maj + V Paste from the clipboard history (Subsequent presses move you back in the history) Maj + Suppr Cut line Ctrl + J Join lines Ctrl + Maj + Entrée Insert line above current line Ctrl + Entrée Insert line below current line Ctrl + Molette de la souris vers le bas Decrease font size Ctrl + Molette de la souris le haut Increase font size Ctrl + 0 Reset font size Alt + V puis Alt + V Toggle Vim-style editing Ctrl + E puis 2 Split Ctrl + E puis 3 Split side by side Ctrl + E puis 1 Remove all splits Ctrl + E puis 0 Remove current split Ctrl + A Select all Ctrl + ] Go to block end Ctrl + [ Go to block start Ctrl + Maj + ] Go to block end and select the lines between the current cursor position and the end of the block Ctrl + Maj + [ Go to block start and select the lines between the current cursor position and the beginning of the block Ctrl + U Select the current block (The second press extends the selection to the parent block. To enable this behavior, select Tools> Options > Text Editor > Behavior > Enable smart selection changing) Ctrl + Alt + Maj + U Undo the latest smart block selection Ctrl + Maj + Flèche vers le bas Move current line down Ctrl + Maj + Flèche vers le haut Move current line up Alt + Entrée Trigger a refactoring action in this scope Ctrl + E puis R Rewrap paragraph Ctrl + E puis Ctrl + W Enable text wrapping Ctrl + / Toggle comment for selection Ctrl + E puis Ctrl + V Visualize whitespace Ctrl + J Adjust size Ctrl + G Lay out in a grid Ctrl + H Lay out horizontally Ctrl + L Lay out vertically Alt + Maj + R Preview F4 Edit signals and slots Ctrl + M Toggle bookmark Ctrl + . Go to next bookmark Ctrl + puis Go to previous bookmark Alt + C puis Alt + F Fetch snippet Alt + C puis Alt + P Paste snippet Ctrl + Maj + U Find usages F2 Follow symbol under cursor (Works with namespaces, classes, functions, variables, include statements and macros) Ctrl + Maj + R Rename symbol under cursor Maj + F2 Switch between function declaration and definition Ctrl + Maj + T Open type hierarchy F4 Switch between header and source file Alt + U Turn selected text into lowercase Alt + Maj + U Turn selected text into uppercase Ctrl + Maj + C Run static checks on JavaScript code to find common problems Ctrl + F Find and replace F3 Find next Maj + F3 Find previous Ctrl + F3 Find next occurrence of selected text Ctrl + Maj + F3 Find previous occurrence of selected text Ctrl + = Replace next Ctrl + Maj + F Open advanced find Alt + ( Record a text-editing macro Alt + ) Stop recording a macro Alt + R Play last macro Ctrl + Alt + Espace Show Qt Quick toolbars Alt + V puis [1 - 9] (use the number of the user action) Execute user actions in FakeVim mode Image Viewer ------------ Ctrl + [ Switch to background Ctrl + ] Switch to outline Ctrl + + Zoom in Ctrl + - Zoom out Ctrl + = Fit to screen Ctrl + 0 Original size Qt Quick Designer ----------------- F2 Open the QML file that defines the selected component F4 Move between Text Editor and Form Editor Ctrl + Alt + 0 Toggle left sidebar Ctrl + Alt + Maj + 0 Toggle right sidebar Debugging --------- F5 Start or continue debugging Maj + F5 Exit debugger F10 Step over F11 Step into Maj + F11 Step out F9 Toggle breakpoint Ctrl + F6 Run to selected function Ctrl + F10 Run to line F12 Reverse direction Project ------- Ctrl + B Build project Ctrl + Maj + B Build all Ctrl + Maj + N New project Ctrl + Maj + O Open project Ctrl + T Select the kit to build and run your project with Ctrl + R Run Help ---- F1 View context-sensitive help Ctrl + T Activate contents in Help mode Ctrl + M Add bookmark in Help mode Ctrl + I Activate index in Help mode Ctrl + 0 Reset font size Ctrl + S Activate search in Help mode Version control - Bazaar ------------------------ Alt + Z puis Alt + C Add Alt + Z puis Alt + D Commit/Submit Alt + Z puis Alt + L Blame/Annotate Alt + Z puis Alt + S Log project Version control - CVS --------------------- Alt + C puis Alt + A Add Alt + C puis Alt + C Commit/Submit Alt + C puis Alt + D Diff Version control - Git --------------------- Alt + G puis Alt + A Add Alt + G puis Alt + C Commit/Submit Alt + G puis Alt + D Diff Alt + G puis Alt + Maj + D Diff project Alt + G puis Alt + B Blame/Annotate Alt + G puis Alt + L Log/Filelog Alt + G puis Alt + K Log project Alt + G puis Alt + U Undo changes/Revert Version control - Mercurial --------------------------- Alt + G puis Alt + C Add Alt + G puis Alt + D Commit/Submit Alt + G puis Alt + L Blame/Annotate Alt + G puis Alt + S Log project Version control - Perforce -------------------------- Alt + P puis Alt + A Add Alt + P puis Alt + S Commit/Submit Alt + P puis Alt + D Diff project Alt + P puis Alt + F Log/Filelog Alt + P puis Alt + R Undo changes/Revert Alt + P puis Alt + E Edit Alt + P puis Alt + O Opened Version control - Subversion ---------------------------- Alt + S puis Alt + A Add Alt + S puis Alt + C Commit/Submit Alt + S puis Alt + D Diff Source: Qt Dernière mise à jour (UTC): lundi 11 novembre 2019 Defkey © Tous les droits sont réservés.