Ben: Sure!
Jake: *ctrl shift qq*
Ben: Dude... really?!
Google Chrome users who use the decade-old keyboard shortcut Ctrl-Shift-Q to exit the web browser are greeted with an onscreen notification in recent versions of Chrome that reveals to them that Google has disabled the shortcut but provides an alternative. Chrome users have multiple options when it comes to closing the browser.
You can use keyboard shortcuts to complete some tasks more quickly. Tip: To find shortcuts on this page, press Ctrl + f and enter what you're looking for. Popular shortcuts. Take a screenshot: Press the Screenshot key.Or press Ctrl + Show Windows; Take a partial screenshot: Press Alt + Screenshot, then click and drag. Or press Shift + Ctrl + Show windows, then click and drag. Excel shortcut keys. Excel shortcut keys can greatly improve your speed when conducting analysis. But often, it can be hard to remember these hotkeys — especially if you regularly switch between the Mac and PC versions of Excel.
Control Shift J Not Working
John: What?
Jimmy: Look over there!
John: Where?!
Jimmy: *ctrl shift qq*
John: I hate you
See Full List On Support.microsoft.com
stefan : wow so funny
stefan : wait why the fuck you ctrl shift qq me square up
dylan : no
Dec 12 trending
- 1. Watermelon Sugar
- 2. Ghetto Spread
- 3. Girls who eat carrots
- 4. sorority squat
- 5. Durk
- 6. Momala
- 7. knocking
- 8. Dog shot
- 9. sputnik
- 10. guvy
- 11. knockin'
- 12. nuke the fridge
- 13. obnoxion
- 14. Eee-o eleven
- 15. edward 40 hands
- 16. heels up
- 17. columbus
- 18. ain't got
- 19. UrbDic
- 20. yak shaving
- 21. Rush B Cyka Blyat
- 22. Pimp Nails
- 23. Backpedaling
- 24. Anol
- 25. got that
- 26. by the way
- 27. Wetter than an otter's pocket
- 28. soy face
- 29. TSIF
- 30. georgia rose
This section lists and describes the keyboard shortcuts that include the Ctrl key.
Ctrl+Alphanumeric keys
Shortcut | Function | Use this shortcut to... |
---|---|---|
Ctrl+A | Select All | Select the entire text in the active editor. |
Ctrl+B | Navigate to Declaration | Navigate directly to an element's declaration from any usage. |
Ctrl+C | Copy | Copy selected text to the Clipboard. |
Ctrl+D | Duplicate Line or Block | Duplicate selected block or line at caret. |
Ctrl+E | Recent Files Recent find usages | Show the list of recently opened files. When the Find tool window has the focus, use this shortcut to show the list of recent find usages. |
Ctrl+F | Find | Initiate text search in the editor. |
Ctrl+G | Navigate to Line | Navigate the to a line with the specified number in the current file. |
Ctrl+H | Type Hierarchy | Browse hierarchy for the selected class. |
Ctrl+J | Insert Live Template | Show a list of Live Templates starting with a specified prefix. |
Ctrl+M | Scroll to Center | Scroll a line at caret to the center of the screen. |
Ctrl+N | Navigate to Class | Jump to a class in the project with the specified name. |
Ctrl+O | Override Methods | Override base class methods in the current class. |
Ctrl+P | Parameter Info | Show parameters of the method call at the caret. |
Ctrl+Q Alt+Mouse Button2 | Quick documentation | Show a popup with documentation for the symbol at caret. In the Database tool window: show a popup that displays the |
Ctrl+R | Replace | Call the Replace Text dialog box. |
Ctrl+S | Save All | Save all files and settings. |
Ctrl+U | Navigate to Super Method | Navigate to a super method declaration of a method at caret |
Ctrl+V | Paste | Paste from the Clipboard. |
Ctrl+W | Select Word at Caret | Successively select expanding blocks of text, starting from the word at caret. (Use this shortcut repeatedly to select expressions.) |
Ctrl+X | Cut | Cut to the Clipboard. |
Ctrl+Y | Delete Line at Caret | Delete a word starting from the current caret location up to the end of word. |
Ctrl+Z | Undo | Undo last operation. |
Ctrl+Shift+Z | Redo | Redo last undone operation. |
Ctrl+Number | Navigate to bookmark | Navigate to a numbered bookmark with corresponding number. |
Ctrl+Navigation keys
Shortcut | Function | Use this shortcut to... |
---|---|---|
Ctrl+Tab | Switcher | Navigate between the files opened in the editor, and tool windows. |
Ctrl+Backspace | Delete to Word Start | Delete a word starting from the current caret location up to the word start. |
Ctrl+Delete | Delete to Word End | Delete a word starting from the current caret location up to the word end. |
Ctrl+End | Move to Text End | Move the caret to the end of text. |
Ctrl+Enter | Split Line or Open Item | Depending on the context:
|
Ctrl+Home | Move to Text Start | Jump to the beginning of the text. |
Ctrl+C | Copy | Copy a current line or a selected code block to the Clipboard. |
Ctrl+Space | Basic Code Completion | Complete code for any class, method or variable. |
Ctrl+Page Down | Navigate to Page Bottom | Move the caret down to the page bottom. |
Ctrl+Page Up | Navigate to Page Top | Move the caret up to the page top. |
Ctrl+Down | Scroll Down | Move line at caret one down, preserving syntactical correctness. |
Ctrl+Left | Move to Previous Word | Move the caret to the previous word. |
Ctrl+Right | Move to Next Word | Move the caret to the next word. |
Ctrl+Up Ctrl+Shift+Up | Scroll Up | Move line at caret one up, preserving syntactical correctness. |
Ctrl+Ctrl+Home/End | Select text from the caret position to the beginning/end of the current line. |
Ctrl+Symbol keys
Shortcut | Function | Use this shortcut to... |
---|---|---|
Ctrl+[ | Move to Code Block Start | Move the caret to the beginning of the current code block, highlighting its limits. |
Ctrl+] | Move to Code Block End | Move the caret to the end of the current code block, highlighting its limits. |
Ctrl+/ Ctrl+Numpad/ | Comment with Line Comment | Comment/uncomment current line or selected block with line comments. |
Ctrl+= Ctrl+NumPad + | Expand All | Expand all folding blocks. |
Ctrl+NumPad - | Collapse All | Collapse all folding blocks. |
Ctrl+Numpad keys
Shortcut | Function | Use this shortcut to... |
---|---|---|
Ctrl+Numpad/ Ctrl+/ | Comment with Line Comment | Comment/uncomment current line or selected block with line comments. |
Ctrl+NumPad + Ctrl+= | Expand All | Expand all folding blocks. |
Ctrl+NumPad - | Collapse All | Collapse all folding blocks. |
Ctrl+Function (F) keys
Shortcut | Function | Use this shortcut to... |
---|---|---|
Ctrl+F1 | Error Description | Show an error or warning description at the caret. |
Ctrl+F3 | Next Occurrence of the Word at Caret | Search in the editor for the word where the caret is currently located. |
Ctrl+F6 | Change Method Signature | Refactor a selected method signature and update all references. |
Ctrl+F7 | Find Usages in File | Initiate search for usages. |
Ctrl+F8 | Toggle Breakpoint | Toggle breakpoint at caret. |
Ctrl+F9 | Make Project | Compile all modified and dependent files in a project. |
Ctrl+F11 | Toggle Bookmark with mnemonic. | Turn bookmark with mnemonic on or off. |
Ctrl+F12 | File Structure popup | Show the current file structure in the File Structure popup for quick navigation. |