Mine is using the arrow keys to navigate typed text while writing and editing. It helps speed things up, versus having to move your hand to the mouse to navigate.

Use the Up and Down Arrows to move/jump vertically.

Left and Right Arrows to move/jump horizontally.

Combine Left or Right Arrow with Shift to be able to select text. Use Up or Down Arrow with Shift to quickly select whole/nearly whole sections of text.

Combine Control with Left/Right Arrow to jump whole words to more quickly move to where you want to type.

  • hansolo@lemmy.today
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Find a Linux distro you like and install it instead of Windows.

    Use LibreOffice, not MSOffice

    Ditch Google, Apple, Meta, and Microsoft.

    Tech walled gardens are insane asylums. Leave them.

  • zxqwas@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Vim takes your keyboard shortcuts to the extreme. If you can be bothered to learn it.

  • Bahnd Rollard@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Microsoft has never fixed the sticky keys replacement cheese to unlock a PC you have physical access to. Ive done it up to W10, never tested it on W11.

    1. Get a Windows recovery USB.

    2. Boot into the recovery menu and open the command prompt.

    3. Navagate to system32 and make a copy of the cmd.exe file (for a backup)

    4. Copy the sticky_keys.exe and have it overwrite cmd.exe, then reboot.

    5. On the login screen, smash the shift key until the command prompt appears and for some reason (because no user has logged in yet) it has admin permissions, so you can reset local passwords.

    6. Once your logged in as a local admin, copy the backup of cmd.exe back so noone is none the wiser (except the security software that knows you messed with something)

  • some_guy@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    Keyboard shortcuts for everything. Mousing to a menu is a waste of time in any app you use daily.

  • moe93@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    To navigate to the previous folder

    cd -

    To reissue the previous command with a prefix. For example:

    cat /root/.ssh/authorized_keys # Will fail without privilege

    sudo !!

    To use the argument of the previous command. For example:

    tac ~/.ssh/authorized_keys # oops, misspelled cat

    cat !$

  • jaschen306@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Yay, nobody said my favorite hack.

    While browsing on the web and you want to “open link into a new tab”, click using the mouse wheel like it’s a regular left or right click.

    It’s great for researching.