synergy mac keybindings

3

Estou usando a sinergia para compartilhar teclado / mouse entre o OSX e o Win7.

Infelizmente para o mac, o commandkey parece estar ligado à tecla alt. Como faço para voltar para a chave de comando? Ou a tecla ctrl?

    
por Mark 05.03.2011 / 13:12

2 respostas

5

Altere a atribuição na configuração do Synergy :

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}

Map a modifier key pressed on the server's keyboard to a different modifier on this client. This option only has an effect on a client screen; it's accepted and ignored on the server screen.

You can map, say, the shift key to shift (the default), ctrl, alt, meta, super or nothing. Normally, you wouldn't remap shift or ctrl. You might, however, have an X11 server with meta bound to the Alt keys. To use this server effectively with a windows client, which doesn't use meta but uses alt extensively, you'll want the windows client to map meta to alt (using meta = alt).

Se você não sabe como configurar a sinergia via arquivos de configuração e usar um Mac como sistema host, faça o download e instale SynergyKM , que fornece uma configuração baseada em GUI para o Synergy.

Abra Preferências do Sistema »SynergyKM , selecione Compartilhar meu teclado e mouse , e em Configuração do Servidor , adicione uma tela para o seu sistema Windows e abra as Opções de tela . Mude sua configuração de teclas modificadoras para lá.

    
por 05.03.2011 / 13:42
3

Não vejo onde você especificou qual máquina é seu host.

Se você estiver usando a máquina Win7 como host, a configuração a seguir é o que eu uso para que as chaves funcionem corretamente no cliente Mac se você estiver usando a configuração de texto:

section: screens
    MacBook-Pro.local:
        alt = meta
        meta = super
        super = alt
    
por 12.11.2012 / 22:49