LogoLogo
Keeper Connection Manager
Keeper Connection Manager
  • Overview
  • Security Architecture
  • Installation
    • License Key
    • System Requirements
    • Preparing for Installation
    • Auto Docker Install
      • Service Management
      • Upgrading
      • Adding Packages
    • Docker Compose Install
      • keeper/guacamole
      • keeper/guacd
      • Database images
        • keeper/guacamole-db-mysql
        • keeper/guacamole-db-postgres
      • SSL Termination
        • keeper/guacamole-ssl-nginx
        • Using a Custom SSL Cert
      • Upgrading
    • Backup & Recovery
  • Authentication Options
    • SSO Auth (SAML)
      • Microsoft Azure
      • Okta
      • Google Workspace
      • OneLogin
      • Oracle
      • PingIdentity
    • 2FA with TOTP
    • 2FA with Duo
    • SSL/TLS Client Authentication
    • Multiple Hostnames
    • PIV/CAC/Smart cards
    • Account Approve/Deny Workflow
    • OpenID Connect Auth
    • LDAP Auth
      • Using Multiple LDAP Servers
      • Storing connection data within LDAP
      • Using LDAP with a database
  • Connection Protocols
    • RDP
    • SSH
    • VNC
    • Telnet
    • Remote Browser Isolation
    • Kubernetes
    • MySQL
      • Importing and Exporting
      • Keyboard Shortcuts
    • PostgreSQL
      • Importing and Exporting
      • Keyboard Shortcuts
    • Microsoft SQL Server
      • Importing and Exporting
      • Keyboard Shortcuts
    • Connecting to Host Instance
    • Persistent Reverse SSH Tunnel
      • AutoSSH as a Windows Service
      • Linux - AutoSSH
      • Windows - OpenSSH
  • How to Use KCM
    • Login Screen
    • Home Screen
    • Creating Connections
      • Batch Import and API
    • How to Use KCM
    • File Transfer Config
    • Sharing Connections
    • Session Recording and Playback
    • AWS EC2 Discovery
    • Credential Pass-Through
    • Dynamic Connections
    • Custom Branding
      • Add Your Logo
  • Vault Integration
    • Connecting KCM to your Vault
    • Dynamic Tokens
    • Static Tokens
    • Multiple Vaults Integration
    • EC2 Cloud Connector
    • Advanced
    • KeeperPAM
  • Custom Extensions
  • Guest Mode
  • Advanced Configuration
    • guacamole.properties
      • SAML 2.0 Authentication Configuration Properties
      • Duo Two-Factor Authentication Configuration Properties
      • Encrypted JSON Configuration Properties
      • LDAP Configuration Properties
      • MySQL / MariaDB Configuration Properties
      • PostgreSQL Configuration Properties
      • SQL Server Configuration Properties
      • Login Attempts Properties
  • Troubleshooting
  • Importing Connections
  • Exporting Connections
  • High Availability
  • Pre-Release Testing
  • Changelog
  • Licensing and Open Source
  • Scope of Support
  • Security Advisories
  • Accessibility Conformance
Powered by GitBook

Company

  • Keeper Home
  • About Us
  • Careers
  • Security

Support

  • Help Center
  • Contact Sales
  • System Status
  • Terms of Use

Solutions

  • Enterprise Password Management
  • Business Password Management
  • Privileged Access Management
  • Public Sector

Pricing

  • Business and Enterprise
  • Personal and Family
  • Student
  • Military and Medical

© 2025 Keeper Security, Inc.

On this page
  • Common Actions
  • Copy and Paste
  • Move to Beginning or End of Line
  • Complete List of Shortcuts

Was this helpful?

Export as PDF
  1. Connection Protocols
  2. Microsoft SQL Server

Keyboard Shortcuts

Keeper Connection Manager PostgreSQL connections utilize EMACS-like commands for more powerful text editing. In order to utilize all of these commands, shortcuts are bound to specific Commands.

Note that some shortcuts may be captured by your browser, browser extensions, operating system, or other applications

Common Actions

Copy and Paste

To copy a region of text, first you need to select the text. The easiest way to do this is to highlight the text using your mouse curser.

To Copy

The copy command is Ctrl-c or Meta-w

Hold the Ctrl key and press the c key or press and release the ESC key then press and release the w key.

To Paste

The Paste command is sometimes referred to as 'Yank' and is activated with Ctrl-v or Ctrl-Y

Hold the Ctrl key and press the v key or press and hold Ctrl the click the y key.

Move to Beginning or End of Line

The cursor can be moved to the beginning or the end of the current line.

Move to Beginning

This command is done with Ctrl-A or the Home key

Click Home or hold the Ctrl key and hit the a key

Move to End

This command is done with Ctrl-E or the End key

Click End or hold the Ctrl key and hit the e key

Complete List of Shortcuts

See the complete list of available commands and shortcuts below.

In this table "Meta-" refers to hitting the ESC key followed by the shown key. For example to use Meta-B (ed-prev-word) hit ESC then release, then hit B and release. Optionally a Meta key can be setup on your keyboard.

Shortcut

Editor Command

Ctrl-@, NUL

set cursor where the mouse is located

Ctrl-A

move cursor to beginning of line

Ctrl-B

move cursor back one character

Ctrl-C

clear the terminal

Ctrl-D

close the current connection

Ctrl-E

move cursor to end of line

Ctrl-F

move cursor one character forward

Ctrl-H, Backspace

delete previous character

Ctrl-J, LF

newline

Ctrl-K

cut line

Ctrl-L, FF

clear screen

Ctrl-M, CR

newline

Ctrl-N

next history

Ctrl-O

tty flush output

Ctrl-P

previous history

Ctrl-Q

tty start output

Ctrl-R

redisplay

Ctrl-S

tty stop output

Ctrl-T

transpose characters

Ctrl-U

cut line

Ctrl-V

quoted insert

Ctrl-W

cut highlighted region

Ctrl-X

sequence lead in

Ctrl-Y

yank (paste)

Ctrl-Z, TSTP

tty sigtstp

Ctrl-[, ESC

move cursor forward

Ctrl-\, QUIT

tty sigquit

Ctrl-]

tty dsusp

Ctrl-?, DEL

delete previous character

Ctrl-Meta-H

delete previous word

Ctrl-Meta-L

clear screen

Ctrl-Meta-_

copy the previous word

Meta-0 to Meta-9

argument digit

Meta-B

previous word

Meta-C

use capitol case

Meta-D

delete next word

Meta-F

move to next word

Meta-L

lower case

Meta-N

search next history

Meta-O

sequence lead in

Meta-P

search previous history

Meta-U

upper case

Meta-W

copy highlighted region

Meta-X

command

Meta-[

sequence lead in

Meta-p

search previous history

Ctrl-Meta-?

delete previous word

PreviousImporting and ExportingNextConnecting to Host Instance

Last updated 2 years ago

Was this helpful?