Ctrl shift w

Author: d | 2025-04-25

★★★★☆ (4.6 / 2495 reviews)

slow fast

Ctrl W, Ctrl F4: Close a tab: Ctrl Shift W, Alt F4: Command Shift W: Ctrl Shift W, Alt F4: Close a window: Ctrl Tab: Control Tab: Ctrl Tab: Switch open tabs: Ctrl Shift Q: Command Q:

Download my ad blocker

Disable ctrl-shift-W - Microsoft Community

Ke tab baru Ctrl + Shift + T Membuka kembali tab terakhir yang ditutup, dan beralih ke tab tersebut Alt + Shift + T Mengatur fokus pada item pertama di toolbar bilah aplikasi Ctrl + U Menampilkan sumber Ctrl + Shift + U Memulai atau berhenti Membaca dengan Lantang Ctrl + Shift + V Menempelkan tanpa pemformatan Ctrl + W Menutup tab saat ini Ctrl + Shift + W Menutup jendela saat ini Ctrl + Shift + Y Buka Koleksi Ctrl + 0 (nol) Mereset tingkat zoom halaman Ctrl + 1, 2, ... 8 Beralih ke tab tertentu Ctrl + 9 Beralih ke tab terakhir Ctrl + Enter Tambahkan www. ke awal dan .com hingga akhir teks yang diketik di bilah alamat Ctrl + Tab Beralih ke tab selanjutnya Ctrl + Shift + Tab Beralih ke tab sebelumnya Ctrl + Plus (+) Memperbesar Ctrl + Minus (-) Memperkecil Ctrl + \ (dalam PDF) Toggle PDF antara paskan ke halaman / paskan dengan lebar Ctrl + [ (dalam PDF) Putar PDF berlawanan arah jarum jam 90* Ctrl + ] (dalam PDF) Putar PDF searah jarum jam 90* Ctrl + Shift + Delete Membuka opsi data pencarian yang jelas Alt Mengatur fokus pada tombol Pengaturan dan lainnya Alt + Panah kiri Kembali Alt + Panah kanan Maju Alt + Home Membuka halaman beranda pada tab saat ini Alt + F4 Menutup jendela saat ini F1 Membuka Bantuan F3 Menemukan di tab saat ini F4 Memilih URL pada bilah alamat Ctrl + F4 Menutup tab saat ini F5 Memuat ulang tab saat ini Shift + F5 Memuat ulang tab saat ini, mengabaikan konten singgahan F6 Memindahkan fokus ke panel berikutnya Shift + F6 Memindahkan fokus ke panel sebelumnya Ctrl + F6 Memindahkan fokus ke panel konten web F7 Mengaktifkan atau mematikan penelusuran caret Learn keyboard shortcuts and become a pro at using Chrome.Windows and LinuxTab and window shortcuts Action Shortcut Open a new window Ctrl + n Open a new window in Incognito mode Ctrl + Shift + n Open a new tab, and jump to it Ctrl + t Reopen previously closed tabs in the order that they were closed Ctrl + Shift + t Jump to the next open tab Ctrl + Tab or Ctrl + PgDn Jump to the previous open tab Ctrl + Shift + Tab or Ctrl + PgUp Jump to a specific tab Ctrl + 1 through Ctrl + 8 Jump to the rightmost tab Ctrl + 9 Open your home page in the current tab Alt + Home Open the previous page from your browsing history in the current tab Alt + Left arrow Open the next page from your browsing history in the current tab Alt + Right arrow Close the current tab Ctrl + w or Ctrl + F4 Close the current window Ctrl + Shift + w or Alt + F4 Minimise the current window Alt + Space then n Maximise the current window Alt + Space then x Quit Google Chrome Alt + f then x Move tabs right or left Ctrl + Shift + PgUp or Ctrl + Shift + PgDn Turn on full-screen mode F11 Turn off full-screen mode F11 or press and hold Esc Open the menu for tab groups On Windows: On your Windows computer, open Chrome. To

Unlocking the Power of Ctrl Shift W: A Comprehensive Guide

Other code that manipulates the content of your page without needing to see the result.InspectThe Inspect option executes the code just like the Run option; however, after the code returns, an object inspector is opened to let you examine the returned value.For example, if you enter the code:windowThen choose Inspect, the object inspector is shown that looks something like this:DisplayThe Display option executes the selected code, then inserts the result directly into your Scratchpad editor window as a comment, so you can use it as a REPL.Reload And RunThe Reload And Run option is only available in the Execute menu. It first reloads the page, then executes the code when the page's "load" event fires. This is useful for running the code in a pristine environment.Running Scratchpad in the browser contextYou can run Scratchpad in the context of the browser as a whole rather than a specific web page. This is useful if you are working on Firefox itself or developing add-ons. To do this check "Enable chrome and add-on debugging" in the Developer Tool Settings. Once you've done this, the Environment menu has a Browser option; once that's selected, your scope is the entire browser rather than just the page content, as you will see from examining some globals:window/*[object ChromeWindow]*/gBrowser/*[object XULElement]*/The Scratchpad execution context is set to browser when a snippet file has // -sp-context: browser on the first line.Keyboard shortcutsCommand Windows OS X Linux Open the Scratchpad Shift + F4 Shift + F4 Shift + F4 Run Scratchpad code Ctrl + R Cmd + R Ctrl + R Run Scratchpad code, display the result in the object inspector Ctrl + I Cmd + I Ctrl + I Run Scratchpad code, insert the result as a comment Ctrl + L Cmd + L Ctrl + L Re-evaluate current function Ctrl + E Cmd + E Ctrl + E Reload the current page, then run Scratchpad code Ctrl + Shift + R Cmd + Shift + R Ctrl + Shift + R Save the pad Ctrl + S Cmd + S Ctrl + S Open an existing pad Ctrl + O Cmd + O Ctrl + O Create a new pad Ctrl + N Cmd + N Ctrl + N Close Scratchpad Ctrl + W Cmd + W Ctrl + W Pretty print the code in Scratchpad Ctrl + P Cmd + P Ctrl + P Show autocomplete suggestions Ctrl + Space Ctrl + Space Ctrl + Space Show inline documentation Ctrl + Shift + Space Ctrl + Shift + Space Ctrl + Shift + Space Source editor shortcutsThis table lists the default shortcuts for the source editor.In the Editor Preferences section of the developer tools settings, you can choose. Ctrl W, Ctrl F4: Close a tab: Ctrl Shift W, Alt F4: Command Shift W: Ctrl Shift W, Alt F4: Close a window: Ctrl Tab: Control Tab: Ctrl Tab: Switch open tabs: Ctrl Shift Q: Command Q:

What does the Ctrl Shift W keyboard shortcut?

Editing Slurp Backwartds Ctrl+I, ← Slurp Forwards Ctrl+I, → Barf Backwards Ctrl+U, ← Barf Forwards Ctrl+U, → Splice Ctrl+I, S Split Ctrl+U, S Raise Ctrl+' Join Ctrl+I, J Kill Kill Sexp Ctrl+U, K Copy as kill Ctrl+U, C Move Form Down Ctrl+A­lt+­Shift+↓ Move Form Up Ctrl+A­lt+­Shift+↑ Thread Form Ctrl+I, Comma Unthread Form Ctrl+I, Period Other Select around Ctrl+W Narrow selection Ctrl+S­hift+W Move forward Ctrl+→ Move backward Ctrl+← Show element type Alt+= Writing Wrap with "­" Ctrl+I, ' Wrap with () Ctrl+I, 9 Wrap with [] Crtl+I, [ Wrap with {} Ctrl+I, Shift+[ Close () and newline Ctrl+I, 0 Close [] and newline Ctrl+I, ] Close {} and newline Ctrl+I, Shift+] REPL Execute REPL current statement Ctrl+Enter | Shift+­Enter Load file in REPL Ctrl+A­lt+R, L Sync files in REPL Ctrl+A­lt+R, S Send top form to REPL Ctrl+A­lt+R, F Send form before caret to REPL Ctrl+A­lt+R, B Switch REPL NS to current file Ctrl+A­lt+R, N Jump to REPL Editor Ctrl+A­lt+R, R Search REPL history Ctrl+A­lt+R, D Next REPL history item Ctrl+↓ Previous REPL history item Ctrl+↓ View macro expansion Ctrl+A­lt+R, M Run tests in current NS in REPL Ctrl+A­lt+R, T Run test under caret in REPL Ctrl+A­lt+R, Alt+T Re-run last test action in REPL Ctrl+A­lt+R, A Clear all test markers Ctrl+A­lt+R, C Group 0 0Select All Ctrl + ASelect Like Ctrl + QNext Unit FPrevious Unit DGuard GAttack AStop SMove MWaypoint WRetreat EReinforce RPlace Beacon BSuper Weapon Ctrl + W______________________________________________________________________________Land Abilities:Force Crush Ctrl + CForce Push Ctrl + FForce Lighting Ctrl + LForce Corrupt Ctrl + RForce Heal HForce Protect Ctrl + PDeploy/Undeploy Ctrl + DTake Cover Ctrl + ZFlame Thrower Ctrl + TJetpack Ctrl + JCapture Vehicle Ctrl + VExit Vehicle Ctrl + EThermal Detonator KDrop Thermal Detonator Ctrl + KEMP Burst Ctrl + SRocket Weapon Ctrl + GCable Attack QSensor Ping Ctrl + OControl Turret Ctrl + YRepair Vehicle Ctrl + UBoost Weapon Power Ctrl + BSelf Destruct Ctrl + XDeploy Stormtroopers Ctrl + HMaximum Firepower Ctrl + MSprint Ctrl + N______________________________________________________________________________Space Abilities:Boost Shield Power Shift + OWeaken Enemy Shift + KGravity Well Generator Shift + GBarrage Area Shift + BHunt For Enemies Shift + HBoost Engine Power Shift + ELure Enemy Fighters Shift + LMissile Jamming Field Shift + MLock S-Foils Shift + W Tractor Beam Shift + T Proton Beam Shift + P Call For Wingmen Shift + C Lucky Shot Shift + S Redirect All Firepower Shift + R Ion Cannon Shot Shift + I Seismic Charge Shift + X Invulnerability Shift + Z Destroy Planet Shift + D ______________________________________________________________________________Interface:Toggle Droid Advisor SubtractInitiate Chat EnterScroll Up UpScroll Down DownScroll Left LeftScroll Right RightReset Camera EndCamera Center Page UpCamera Home HomeTactical Overview InsertCamera Tether ScrlkMovie Mode SpaceCinematic Camera Mode CScreen Shot F12Quick Save F6Quick Load F5Mission Holocron TabPlanetary

Shortcut Keys in Excel Ctrl Shift N, Ctrl Shift R, Ctrl Shift

Skip to content Documentation Center User Tools Log In Site Tools Install Manager | DSON ImporterDaz Studio | Carrara | Hexagon | Bryce You are here: Home » Public » Software » Hexagon » v2.x » Reference Guide » Keyboard Shortcuts Sidebar General Principles Working in 3D Space How Tools Function in Hexagon 3D Manipulator Selections Dynamic Geometry in Hexagon Modeling With Symmetry 3D Primitives Vertex Modeling Lines Surface Modeling Utilities Materials in Hexagon Creating and Managing UVs Surface Displacement Modeling Brushes and Painting The Control Panel The Scene Properties Palette The Object Properties Palette Preferences Imports / Exports Keyboard Shortcuts DAZ 3D Home Knowledge Base Contact Us Report A Bug QR Code Key Meaning Esc Abort Action F1 Select Objects F2 Select Faces F3 Select Edges F4 Select Points F5 Select Auto F6 Immersive Interface F7 Normal Interface F8 Customize Interface F9 Flat Solid Display F10 Flat Solid and Edges Display F11 Smoothed Solid Display F12 Smoothed Solid and Edges Display B Convert Faces Borders to Edges E Extract Edge Tool F Soft Selection I Invert Selection J Connect Selection K Edge Ring From Selection L Loop From Selection P Toggle Perspective/Orthographic View Q Tweak Tool R Rotate Manipulator S Scale Manipulator T Translate Manipulator U Universal Manipulator W Target Weld Tool X Free Tesselate Tool Backspace Dissolve Delete Delete Space Hide/Show Manipulator Enter Validate Up Rotate Up Down Rotate Down Left Turn Left Right Turn Right PageDn Decrease Smoothing PageUp Increase Smoothing NumPad 0 View All NumPad 1 View Detail NumPad 2 Front View NumPad 3 Zoom In NumPad 4 Left View NumPad 5 Top View NumPad 6 Right View NumPad 7 Custom View NumPad 8 Rear View NumPad 9 Bottom View NumPad + Increment Field NumPad - Decrement Field NumPad . Zoom Out NumPad Enter Validate Ctrl+A Select All Ctrl+B Hide Selected Faces Ctrl+C Copy Ctrl+D Clone Ctrl+E Save As… Ctrl+F Extract Fillet Ctrl+G Group Selection Ctrl+H Hide Selection Ctrl+I Import Ctrl+N New Scene Ctrl+O Open File Ctrl+Q Quit Ctrl+R Redo Ctrl+S Save Ctrl+V Paste Ctrl+W Close Ctrl+X Cut Ctrl+Z Undo Ctrl+Delete Delete All Shift Snap to Existing Points Shift+A Extract Edge Along Edge Shift+Left Move Left Shift+Right Move Right Shift+Up Move Up Shift+Down Move Down Shift+NumPad + Grow Selection Shift+NumPad - Shrink Selection Alt+Left Pan Left Alt+Right Pan Right Alt+Down Pan Down Alt+Up Pan Up Alt+D Extract Edge Around Edge Alt+K Shortcut Editor Alt+P Preferences Editor Alt+NumPad 0 Reset Field Alt+NumPad . View Selection Ctrl+Shift+A Unselect All Ctrl+Shift+B Show Hidden Faces Ctrl+Shift+D Unclone Selection Ctrl+Shift+G Ungroup Selection Ctrl+Shift+I Show Only Selection Ctrl+Shift+S Incremental Save Alt+Ctrl+Shift+B Show All Hidden Faces Page Tools BacklinksExport to PDFRename PageBack to top Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 3.0 Unported

Ctrl Shift Down or Ctrl Shift Up or Ctrl Shift Home does not work

Изучите сочетания клавиш, чтобы быстрее и эффективнее пользоваться браузером Chrome.Windows и LinuxСочетания клавиш для вкладок и окон Действие Сочетание клавиш Открыть новое окно Ctrl + N Открыть новое окно в режиме инкогнито Ctrl + Shift + N Открыть новую вкладку и перейти на нее Ctrl + T Открыть закрытые вкладки в порядке закрытия Ctrl + Shift + T Перейти на следующую открытую вкладку Ctrl + Tab / Ctrl + PgDn Перейти на предыдущую открытую вкладку Ctrl + Shift + Tab / Ctrl + PgUp Перейти на определенную вкладку От Ctrl + 1 до Ctrl + 8 Перейти на крайнюю правую вкладку Ctrl + 9 Открыть домашнюю страницу в текущей вкладке Alt + Home Открыть предыдущую страницу из истории браузера в текущей вкладке Alt + Стрелка влево Открыть следующую страницу из истории браузера в текущей вкладке Alt + Стрелка вправо Закрыть активную вкладку Ctrl + W или Ctrl + F4 Закрыть текущее окно Ctrl + Shift + W или Alt + F4 Свернуть текущее окно Alt + Пробел, а затем N Развернуть текущее окно Alt + Пробел, а затем Х Выйти из Google Chrome Alt + F, а затем X Переместить вкладки вправо или влево Ctrl + Shift + Page Up или Ctrl + Shift + Page Down Включить полноэкранный режим F11 Отключить полноэкранный режим F11 или долгое нажатие Esc Как открыть меню группы вкладок На компьютере с Windows Откройте браузер Chrome на компьютере. Чтобы перейти к выбору вкладок, несколько раз нажмите F6. Чтобы переключиться на следующую вкладку, нажмите Tab, а для перехода на предыдущую – Shift + Tab. Чтобы открыть меню группы вкладок, нажмите Меню. Вот как выбрать пункт меню: На устройстве Chromebook Откройте Chrome на устройстве Chromebook. Для перехода к выбору вкладок нажмите Ctrl + Tab. Чтобы переключиться на нужную вкладку, нажимайте Ctrl + Назад или Ctrl + Вперед . Чтобы открыть меню группы вкладок: Вот как выбрать пункт меню: Как переместить, свернуть или развернуть группу вкладок Когда группа вкладок свернута, видно только ее название или цветной кружок, а когда развернута, показаны все вкладки в ней. Вот как свернуть или развернуть группу вкладок: Переключитесь на название группы. Нажмите Пробел или Ввод. Примечание. Если группа вкладок свернута, выбрать отдельную вкладку в ней нельзя. Вот как переместить вкладку или группу вкладок: Переключитесь на нужную вкладку или группу. Нажимайте Ctrl + Стрелка влево или Ctrl + Стрелка вправо . Функции Google Chrome Действие Сочетание клавиш Открыть меню Google Chrome Alt + F или Alt + E Показать/скрыть панель закладок Ctrl + Shift + B Открыть диспетчер закладок Ctrl + Shift + O Открыть историю просмотров в новой вкладке Ctrl + H Открыть страницу "Скачанные файлы" в новой вкладке Ctrl + J Открыть диспетчер задач Chrome Shift + Esc Выбрать первый элемент на панели инструментов Chrome Shift + Alt + T Выбрать крайний правый элемент на панели инструментов Chrome F10 Переключиться на новое диалоговое окно и все панели инструментов F6 Открыть панель поиска, чтобы найти текст на текущей странице Ctrl + F или F3 Перейти к следующему результату поиска на странице Ctrl +. Ctrl W, Ctrl F4: Close a tab: Ctrl Shift W, Alt F4: Command Shift W: Ctrl Shift W, Alt F4: Close a window: Ctrl Tab: Control Tab: Ctrl Tab: Switch open tabs: Ctrl Shift Q: Command Q:

(Ctrl Shift V) VS (Ctrl Shift R)

Learn keyboard shortcuts and become a pro at using Chrome.Windows and LinuxTab and window shortcuts Action Shortcut Open a new window Ctrl + n Open a new window in Incognito mode Ctrl + Shift + n Open a new tab, and jump to it Ctrl + t Reopen previously closed tabs in the order that they were closed Ctrl + Shift + t Jump to the next open tab Ctrl + Tab or Ctrl + PgDn Jump to the previous open tab Ctrl + Shift + Tab or Ctrl + PgUp Jump to a specific tab Ctrl + 1 through Ctrl + 8 Jump to the rightmost tab Ctrl + 9 Open your home page in the current tab Alt + Home Open the previous page from your browsing history in the current tab Alt + Left arrow Open the next page from your browsing history in the current tab Alt + Right arrow Close the current tab Ctrl + w or Ctrl + F4 Close the current window Ctrl + Shift + w or Alt + F4 Minimise the current window Alt + Space then n Maximise the current window Alt + Space then x Quit Google Chrome Alt + f then x Move tabs right or left Ctrl + Shift + PgUp or Ctrl + Shift + PgDn Turn on full-screen mode F11 Turn off full-screen mode F11 or press and hold Esc Open the menu for tab groups On Windows: On your Windows computer, open Chrome. To move to tab selection, press F6 until your tabs are in focus. To switch focus to a specific tab, press Tab to move forward or shift + Tab to move backward. To open the tab group menu, press Menu. To make a menu selection: On a Chromebook: On your Chromebook, open Chrome. To move to tab selection, press Ctrl + Tab. To switch focus to a specific tab, press Ctrl + Back or Ctrl + Forward . To open the tab group menu: To make a menu selection: Move, collapse and expand tab groups You can collapse a tab group so that only the group name or a coloured circle shows. You can also expand a tab group so that all tabs show. To collapse or expand a tab group: Switch focus to the tab group header. Press the Space bar or Enter. Tip: When a tab group is collapsed,

Comments

User1046

Ke tab baru Ctrl + Shift + T Membuka kembali tab terakhir yang ditutup, dan beralih ke tab tersebut Alt + Shift + T Mengatur fokus pada item pertama di toolbar bilah aplikasi Ctrl + U Menampilkan sumber Ctrl + Shift + U Memulai atau berhenti Membaca dengan Lantang Ctrl + Shift + V Menempelkan tanpa pemformatan Ctrl + W Menutup tab saat ini Ctrl + Shift + W Menutup jendela saat ini Ctrl + Shift + Y Buka Koleksi Ctrl + 0 (nol) Mereset tingkat zoom halaman Ctrl + 1, 2, ... 8 Beralih ke tab tertentu Ctrl + 9 Beralih ke tab terakhir Ctrl + Enter Tambahkan www. ke awal dan .com hingga akhir teks yang diketik di bilah alamat Ctrl + Tab Beralih ke tab selanjutnya Ctrl + Shift + Tab Beralih ke tab sebelumnya Ctrl + Plus (+) Memperbesar Ctrl + Minus (-) Memperkecil Ctrl + \ (dalam PDF) Toggle PDF antara paskan ke halaman / paskan dengan lebar Ctrl + [ (dalam PDF) Putar PDF berlawanan arah jarum jam 90* Ctrl + ] (dalam PDF) Putar PDF searah jarum jam 90* Ctrl + Shift + Delete Membuka opsi data pencarian yang jelas Alt Mengatur fokus pada tombol Pengaturan dan lainnya Alt + Panah kiri Kembali Alt + Panah kanan Maju Alt + Home Membuka halaman beranda pada tab saat ini Alt + F4 Menutup jendela saat ini F1 Membuka Bantuan F3 Menemukan di tab saat ini F4 Memilih URL pada bilah alamat Ctrl + F4 Menutup tab saat ini F5 Memuat ulang tab saat ini Shift + F5 Memuat ulang tab saat ini, mengabaikan konten singgahan F6 Memindahkan fokus ke panel berikutnya Shift + F6 Memindahkan fokus ke panel sebelumnya Ctrl + F6 Memindahkan fokus ke panel konten web F7 Mengaktifkan atau mematikan penelusuran caret

2025-03-29
User6273

Learn keyboard shortcuts and become a pro at using Chrome.Windows and LinuxTab and window shortcuts Action Shortcut Open a new window Ctrl + n Open a new window in Incognito mode Ctrl + Shift + n Open a new tab, and jump to it Ctrl + t Reopen previously closed tabs in the order that they were closed Ctrl + Shift + t Jump to the next open tab Ctrl + Tab or Ctrl + PgDn Jump to the previous open tab Ctrl + Shift + Tab or Ctrl + PgUp Jump to a specific tab Ctrl + 1 through Ctrl + 8 Jump to the rightmost tab Ctrl + 9 Open your home page in the current tab Alt + Home Open the previous page from your browsing history in the current tab Alt + Left arrow Open the next page from your browsing history in the current tab Alt + Right arrow Close the current tab Ctrl + w or Ctrl + F4 Close the current window Ctrl + Shift + w or Alt + F4 Minimise the current window Alt + Space then n Maximise the current window Alt + Space then x Quit Google Chrome Alt + f then x Move tabs right or left Ctrl + Shift + PgUp or Ctrl + Shift + PgDn Turn on full-screen mode F11 Turn off full-screen mode F11 or press and hold Esc Open the menu for tab groups On Windows: On your Windows computer, open Chrome. To

2025-04-23
User9424

Other code that manipulates the content of your page without needing to see the result.InspectThe Inspect option executes the code just like the Run option; however, after the code returns, an object inspector is opened to let you examine the returned value.For example, if you enter the code:windowThen choose Inspect, the object inspector is shown that looks something like this:DisplayThe Display option executes the selected code, then inserts the result directly into your Scratchpad editor window as a comment, so you can use it as a REPL.Reload And RunThe Reload And Run option is only available in the Execute menu. It first reloads the page, then executes the code when the page's "load" event fires. This is useful for running the code in a pristine environment.Running Scratchpad in the browser contextYou can run Scratchpad in the context of the browser as a whole rather than a specific web page. This is useful if you are working on Firefox itself or developing add-ons. To do this check "Enable chrome and add-on debugging" in the Developer Tool Settings. Once you've done this, the Environment menu has a Browser option; once that's selected, your scope is the entire browser rather than just the page content, as you will see from examining some globals:window/*[object ChromeWindow]*/gBrowser/*[object XULElement]*/The Scratchpad execution context is set to browser when a snippet file has // -sp-context: browser on the first line.Keyboard shortcutsCommand Windows OS X Linux Open the Scratchpad Shift + F4 Shift + F4 Shift + F4 Run Scratchpad code Ctrl + R Cmd + R Ctrl + R Run Scratchpad code, display the result in the object inspector Ctrl + I Cmd + I Ctrl + I Run Scratchpad code, insert the result as a comment Ctrl + L Cmd + L Ctrl + L Re-evaluate current function Ctrl + E Cmd + E Ctrl + E Reload the current page, then run Scratchpad code Ctrl + Shift + R Cmd + Shift + R Ctrl + Shift + R Save the pad Ctrl + S Cmd + S Ctrl + S Open an existing pad Ctrl + O Cmd + O Ctrl + O Create a new pad Ctrl + N Cmd + N Ctrl + N Close Scratchpad Ctrl + W Cmd + W Ctrl + W Pretty print the code in Scratchpad Ctrl + P Cmd + P Ctrl + P Show autocomplete suggestions Ctrl + Space Ctrl + Space Ctrl + Space Show inline documentation Ctrl + Shift + Space Ctrl + Shift + Space Ctrl + Shift + Space Source editor shortcutsThis table lists the default shortcuts for the source editor.In the Editor Preferences section of the developer tools settings, you can choose

2025-04-22
User9642

Editing Slurp Backwartds Ctrl+I, ← Slurp Forwards Ctrl+I, → Barf Backwards Ctrl+U, ← Barf Forwards Ctrl+U, → Splice Ctrl+I, S Split Ctrl+U, S Raise Ctrl+' Join Ctrl+I, J Kill Kill Sexp Ctrl+U, K Copy as kill Ctrl+U, C Move Form Down Ctrl+A­lt+­Shift+↓ Move Form Up Ctrl+A­lt+­Shift+↑ Thread Form Ctrl+I, Comma Unthread Form Ctrl+I, Period Other Select around Ctrl+W Narrow selection Ctrl+S­hift+W Move forward Ctrl+→ Move backward Ctrl+← Show element type Alt+= Writing Wrap with "­" Ctrl+I, ' Wrap with () Ctrl+I, 9 Wrap with [] Crtl+I, [ Wrap with {} Ctrl+I, Shift+[ Close () and newline Ctrl+I, 0 Close [] and newline Ctrl+I, ] Close {} and newline Ctrl+I, Shift+] REPL Execute REPL current statement Ctrl+Enter | Shift+­Enter Load file in REPL Ctrl+A­lt+R, L Sync files in REPL Ctrl+A­lt+R, S Send top form to REPL Ctrl+A­lt+R, F Send form before caret to REPL Ctrl+A­lt+R, B Switch REPL NS to current file Ctrl+A­lt+R, N Jump to REPL Editor Ctrl+A­lt+R, R Search REPL history Ctrl+A­lt+R, D Next REPL history item Ctrl+↓ Previous REPL history item Ctrl+↓ View macro expansion Ctrl+A­lt+R, M Run tests in current NS in REPL Ctrl+A­lt+R, T Run test under caret in REPL Ctrl+A­lt+R, Alt+T Re-run last test action in REPL Ctrl+A­lt+R, A Clear all test markers Ctrl+A­lt+R, C

2025-04-04
User1442

Group 0 0Select All Ctrl + ASelect Like Ctrl + QNext Unit FPrevious Unit DGuard GAttack AStop SMove MWaypoint WRetreat EReinforce RPlace Beacon BSuper Weapon Ctrl + W______________________________________________________________________________Land Abilities:Force Crush Ctrl + CForce Push Ctrl + FForce Lighting Ctrl + LForce Corrupt Ctrl + RForce Heal HForce Protect Ctrl + PDeploy/Undeploy Ctrl + DTake Cover Ctrl + ZFlame Thrower Ctrl + TJetpack Ctrl + JCapture Vehicle Ctrl + VExit Vehicle Ctrl + EThermal Detonator KDrop Thermal Detonator Ctrl + KEMP Burst Ctrl + SRocket Weapon Ctrl + GCable Attack QSensor Ping Ctrl + OControl Turret Ctrl + YRepair Vehicle Ctrl + UBoost Weapon Power Ctrl + BSelf Destruct Ctrl + XDeploy Stormtroopers Ctrl + HMaximum Firepower Ctrl + MSprint Ctrl + N______________________________________________________________________________Space Abilities:Boost Shield Power Shift + OWeaken Enemy Shift + KGravity Well Generator Shift + GBarrage Area Shift + BHunt For Enemies Shift + HBoost Engine Power Shift + ELure Enemy Fighters Shift + LMissile Jamming Field Shift + MLock S-Foils Shift + W Tractor Beam Shift + T Proton Beam Shift + P Call For Wingmen Shift + C Lucky Shot Shift + S Redirect All Firepower Shift + R Ion Cannon Shot Shift + I Seismic Charge Shift + X Invulnerability Shift + Z Destroy Planet Shift + D ______________________________________________________________________________Interface:Toggle Droid Advisor SubtractInitiate Chat EnterScroll Up UpScroll Down DownScroll Left LeftScroll Right RightReset Camera EndCamera Center Page UpCamera Home HomeTactical Overview InsertCamera Tether ScrlkMovie Mode SpaceCinematic Camera Mode CScreen Shot F12Quick Save F6Quick Load F5Mission Holocron TabPlanetary

2025-04-08

Add Comment