diff options
author | Iru Cai <mytbk920423@gmail.com> | 2018-04-28 21:55:16 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2018-04-30 15:20:28 +0800 |
commit | 8b2b2f18b2539bb73769b2196af977023903b2db (patch) | |
tree | cf8903e8394247df18fa2862b37f74068677b2bb /src/common/fqterm_shortcuthelper.h | |
parent | ef70cc73c69d04e93c9af5fb49c5d762ba226801 (diff) | |
download | fqterm-8b2b2f18b2539bb73769b2196af977023903b2db.tar.xz |
Add a function to report connection info
Diffstat (limited to 'src/common/fqterm_shortcuthelper.h')
-rw-r--r-- | src/common/fqterm_shortcuthelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/fqterm_shortcuthelper.h b/src/common/fqterm_shortcuthelper.h index 91904ac..03ecc4a 100644 --- a/src/common/fqterm_shortcuthelper.h +++ b/src/common/fqterm_shortcuthelper.h @@ -52,6 +52,7 @@ public: FQTERM_APPLICATION_SHORTCUT_START = 0, CONNECT, DISCONNECT, + CONN_INFO, ADDRESSBOOK, //F2 QUICKLOGIN, //F3 COPY, //Ctrl+Ins under lin & win, Ctrl+C under mac |