Undiscoverable computer stuff: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "Ssh control keys: ~. cd - control t terminal "clipboard" c-y open terminal control-alt-t control z task management control \ whack alt tab copy the last word of the la...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
and general computer tips


after ctrl-f finding, link is focused so hit enter

tab and shift tab to move focus

double click to focus word

triple click to focus line

click then hold shift and click somewhere else to make a selection

Move mouse up a line to select from mouse to start of line, similar down to end of line

command a in a text input just selects the text input / url bar / whatever



Ssh control keys: ~.
Ssh control keys: ~.


Line 18: Line 37:


open command line in editor
open command line in editor

debugger in javascript, breakpoint() in python

control alt f1 to switch from graphical to terminal display

Latest revision as of 23:07, 25 December 2025

and general computer tips


after ctrl-f finding, link is focused so hit enter

tab and shift tab to move focus

double click to focus word

triple click to focus line

click then hold shift and click somewhere else to make a selection

Move mouse up a line to select from mouse to start of line, similar down to end of line

command a in a text input just selects the text input / url bar / whatever


Ssh control keys: ~.

cd -

control t

terminal "clipboard" c-y

open terminal control-alt-t

control z task management

control \ whack

alt tab

copy the last word of the last command

open command line in editor

debugger in javascript, breakpoint() in python

control alt f1 to switch from graphical to terminal display