Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyheroyuki <myheroyuki@outlook.com>2023-09-20 15:21:17 +0300
committermyheroyuki <myheroyuki@outlook.com>2023-09-20 15:21:17 +0300
commitb37e5996d72426f03f16a6073511643a17747d95 (patch)
tree12ef4abf358592c3f5ef28e4c7925af00478900e /src/remmina_pref_dialog.h
parent0a2e484dc6b70fbd2319c999a441a89dcdd101b4 (diff)
[REM-2977] add shortcut for 'send clipboard as keystrokes'
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index a0c01d432..c4bd6cd45 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -102,6 +102,7 @@ typedef struct _RemminaPrefDialog {
GtkButton * button_keyboard_switch_tab_left;
GtkButton * button_keyboard_switch_tab_right;
GtkButton * button_keyboard_scaled;
+ GtkButton * button_keyboard_clipboard;
GtkButton * button_keyboard_multimon;
GtkButton * button_keyboard_grab_keyboard;
GtkButton * button_keyboard_screenshot;