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
path: root/data
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 /data
parent0a2e484dc6b70fbd2319c999a441a89dcdd101b4 (diff)
[REM-2977] add shortcut for 'send clipboard as keystrokes'
Diffstat (limited to 'data')
-rw-r--r--data/ui/remmina_preferences.glade34
1 files changed, 34 insertions, 0 deletions
diff --git a/data/ui/remmina_preferences.glade b/data/ui/remmina_preferences.glade
index 2ad943d20..13fd56710 100644
--- a/data/ui/remmina_preferences.glade
+++ b/data/ui/remmina_preferences.glade
@@ -1348,6 +1348,40 @@ It changes the background colour of connection names in the Remmina connection t
<property name="width">2</property>
</packing>
</child>
+ <child>
+ <object class="GtkLabel" id="label_keyboard_clipboard">
+ <property name="visible">True</property>
+ <property name="can-focus">False</property>
+ <property name="halign">start</property>
+ <property name="margin-start">18</property>
+ <property name="margin-end">6</property>
+ <property name="margin-bottom">18</property>
+ <property name="label" translatable="yes">Send clipboard as keystrokes</property>
+ <property name="ellipsize">start</property>
+ </object>
+ <packing>
+ <property name="left-attach">0</property>
+ <property name="top-attach">12</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkButton" id="button_keyboard_clipboard">
+ <property name="label" translatable="yes">Send-clipboard</property>
+ <property name="width-request">100</property>
+ <property name="visible">True</property>
+ <property name="can-focus">True</property>
+ <property name="receives-default">True</property>
+ <property name="margin-start">6</property>
+ <property name="margin-end">18</property>
+ <property name="margin-bottom">18</property>
+ <signal name="clicked" handler="remmina_pref_dialog_on_key_chooser" swapped="no"/>
+ </object>
+ <packing>
+ <property name="left-attach">1</property>
+ <property name="top-attach">12</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
</object>
</child>
</object>