简体   繁体   English

如何在ubuntu(或其他)上阻止/取消阻止复制/粘贴?

[英]How to block/unblock copy/paste on ubuntu (or other)?

When using a windows application with wine on ubuntu, I noticed that when running, it disables all copy/paste on my system (menus, ctrl-c ctrl-v shourtcuts...) 在ubuntu上使用带有wine的Windows应用程序时,我注意到在运行时,它会禁用系统上的所有复制/粘贴(菜单,ctrl-c ctrl-v shourtcuts ...)

What I understood, is that this was performed in a platform-independant way (since the software was written for windows specifically using VisualBasic 6.0 ) 我了解的是,这是以与平台无关的方式执行的(因为该软件是专门使用VisualBasic 6.0为Windows编写的)

My question is: How to perform this block/unblock? 我的问题是:如何执行此阻止/取消阻止操作?

I don't need a programming language specific (that would be helpful), I just want to understand the generic solution that I will implement with any programming language. 我不需要特定的编程语言(这会有所帮助),我只想了解将用任何编程语言实现的通用解决方案。

Thanks 谢谢

I don't think there is some block/unblock. 我认为没有任何阻止/取消阻止功能。 It's just the fact that there are some minor problems with copy/paste implementation on Wine . 事实是,Wine上的复制/粘贴实现存在一些小问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 mvn cli 无限期地卡在 ubuntu 上时解除阻塞? - How to unblock as mvn cli stuck indefinitely on ubuntu? 在 Windows 上的 Ubuntu 上复制粘贴到 Bash 中 - Copy Paste in Bash on Ubuntu on Windows 如何在Ubuntu的iptables中删除/取消阻止我的服务器IP? - How to delete/unblock my server IP in iptables on Ubuntu? Ubuntu机器上的PHP复制粘贴检测器 - PHP Copy Paste Detector on Ubuntu machine Ubuntu为Node.js打开/解锁端口 - Ubuntu open/unblock ports for nodejs 当应用程序关闭时,如何在Ubuntu系统范围内使复制粘贴缓冲区不丢失? - How to make copy-paste buffer in Ubuntu system-wide not lost when application closes? 如何从文件中复制一些行并粘贴到 ubuntu linux 中的另一个文件 - How to copy some lines from a file and paste to another file in ubuntu linux Aptana Studio Terminal:在Ubuntu上复制/粘贴键盘快捷键 - Aptana Studio Terminal: Copy/Paste keyboard short cuts on Ubuntu 从 Ubuntu 20.04 Vim 复制并粘贴到另一个应用程序 - Copy from Ubuntu 20.04 Vim and paste to another application 如何在使用代码块时增加 Ubuntu 上 XTerm 的字体大小? 另外,我无法像在 Windows 中那样从中复制粘贴 - How do I increase the font size of XTerm on Ubuntu while using Codeblocks? Also, I am unable to copy paste from it like in Windows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM