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:
authorAntenore Gatta <antenore@simbiosi.org>2021-04-19 00:36:55 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-04-19 00:40:52 +0300
commite64d11ba228883d2ee358b57efe87ca7b6375fa3 (patch)
treeefbd4773740d547d6a5171cd33f88f6177c2abfd /src/remmina_protocol_widget.h
parentb339fb11b8c6b17ec940905bdd46bc7f408f420c (diff)
Send text clipboard content as keystrokes
This patch add a submenu in the keystrokes tool menu "Send clipboard content as keystrokes". This is useful when the remote clipboard doesn't work Should fix #2476 Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'src/remmina_protocol_widget.h')
-rw-r--r--src/remmina_protocol_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_protocol_widget.h b/src/remmina_protocol_widget.h
index abb971159..9ad92c5fc 100644
--- a/src/remmina_protocol_widget.h
+++ b/src/remmina_protocol_widget.h
@@ -169,6 +169,7 @@ void remmina_protocol_widget_send_keys_signals(GtkWidget *widget, const guint *k
gboolean remmina_protocol_widget_plugin_receives_keystrokes(RemminaProtocolWidget *gp);
/* Send to the plugin some keystrokes */
void remmina_protocol_widget_send_keystrokes(RemminaProtocolWidget *gp, GtkMenuItem *widget);
+void remmina_protocol_widget_send_clipboard(RemminaProtocolWidget *gp, GtkMenuItem *widget);
/* Take screenshot of plugin */
gboolean remmina_protocol_widget_plugin_screenshot(RemminaProtocolWidget *gp, RemminaPluginScreenshotData *rpsd);