PuTTy HotKeys

PuTTY is a popular free and open-source terminal emulator, serial console, and network file transfer application. It supports various network protocols, including SSH, Telnet, Rlogin, and raw socket connections. While PuTTY primarily relies on mouse actions for many operations, it also offers a range of keyboard shortcuts to enhance efficiency.

PuTTY Windows Shortcut Keys

General Shortcuts

Shortcut Action
Ctrl (right click) Open context menu
Ctrl A Jump to the start of the line
Ctrl B Move back a character
Ctrl C Terminal the command
Ctrl D Delete from under the cursor
Ctrl E Jump to the end of the line
Ctrl F Move forward a character
Ctrl K Delete to end-of-line
Ctrl L Clear the screen
Ctrl R Search the history backwards
Ctrl Shift R Search the history backwards with multi occurrence
Ctrl U Delete backward from cursor
Ctrl X X Move between end-of-line and current cursor position
Ctrl X @ Show possible hostname completions
Ctrl Z Suspend or stop the command
Alt Left Move to the first line in the history
Alt Right Move to the last line in the history
Alt ? Show current completion list
Alt * Insert all possible completions
Alt / Attempt to complete filename
Alt . Yank last argument to previous command
Alt B Move backward
Alt C Capitalize the word
Alt D Delete word
Alt F Move forward
Alt L Make word lowercase
Alt N Search the history forwards non-incremental
Alt P Search the history backwards non-incremental
Alt R Recall command
Alt T Move words around
Alt U Make word uppercase
Alt Backspace Delete backwards from the cursor

About PuTTY

PuTTY is a versatile tool used by system administrators, developers, and network engineers to connect to remote servers and devices. Its lightweight nature and portability make it a popular choice for Windows users.

PuTTY Official Information

PuTTY Shortcut Key FAQs

  1. Why doesn't Ctrl + C work for copying?
    Because it's used to send an interrupt signal to the remote process.

  2. How do I copy text in PuTTY?
    Select the text with the mouse.

  3. How do I paste text in PuTTY?
    Click the middle mouse button.

  4. How do I enable the system menu with Alt + Space?
    Go to Category -> Window -> Behaviour in PuTTY's configuration.

  5. Can I customize the function keys?
    Yes, in Category -> Terminal -> Keyboard.

  6. Where can I download PuTTY safely?
    From a trusted mirror site linked from the official website.

  7. Is PuTTY free?
    Yes, it's open-source and free to use.

  8. Does PuTTY support SSH?
    Yes, it's one of its primary functions.

  9. What's the difference between Shift + PgUp and Ctrl + PgUp?
    Shift + PgUp scrolls one page at a time, while Ctrl + PgUp scrolls continuously.

  10. How do I select text that is part of a link?
    Hold Shift while selecting with the mouse.

Conclusion

PuTTY provides a robust terminal interface with several keyboard shortcuts to improve user experience. While mouse actions are central to its operation, understanding these shortcuts can significantly boost efficiency when working with remote servers.

4.3/5 - (3 votes)