协同键映射
我在Ubuntu上运行Synergy服务器,在OSX上运行Synergy +客户端。该服务器有一个标准的Windows键盘shift,ctrl,windows,和alt键。我的MacBook Pro的有shift,fn,control,alt/option,和command键。 当我按ctrl- c,ctrl- v等时,在Mac上不会执行适当的复制/粘贴操作,但在Ubuntu中会执行。如果我要控制Mac,然后按alt- c,alt- v,则执行复制/粘贴操作。 因此,我试用了键映射synergy.conf,发现以下内容使我可以使用ctrl- c/ ctrl- 复制/粘贴v: section: screens godzilla: mbp.local: ctrl = alt alt = ctrl end 这就是我需要做的吗?还是还有其他映射也将有所帮助?该协同配置页面是指下列键映射。Windows键盘和Mac键盘上的每一个等效键是什么?什么是元密钥或超级密钥? shift = {shift|ctrl|alt|meta|super|none} ctrl = {shift|ctrl|alt|meta|super|none} alt = {shift|ctrl|alt|meta|super|none} meta = {shift|ctrl|alt|meta|super|none} super = {shift|ctrl|alt|meta|super|none} 谢谢!