Rimappa Spazio e Comando

0

Fondamentalmente, quello che voglio ottenere è il secondo esempio qui:

As an example, we can make the space bar work as an additional ctrl key when held (similar to Space2ctrl) with the following sequence of commands.

https://github.com/alols/xcape#examples

O qui:

This little hack for X turns the spacebar key into another control key when used in combination. When used alone, it behaves like the ordinary space bar on the key release event. Especially useful with Emacs.

https://github.com/r0adrunner/Space2Ctrl

  • Spazio + x dovrebbe inviare Comando + X ,
  • mentre Spazio premuto e rilasciato dovrebbe inviare un carattere di spazio.
posta Michal Rus 27.11.2015 - 13:45
fonte

1 risposta

1
  1. Installa Moschettone .

  2. Inserisci questo nel tuo private.xml ( ~/Library/Application Support/Karabiner )

    <item>
            <name>Use Space as Command modifier</name>
            <identifier>private.space_command_key</identifier>
            <autogen>__KeyOverlaidModifier__ KeyCode::SPACE, KeyCode::COMMAND_L, KeyCode::SPACE</autogen>
    </item> 
    

    Va tra i tag <root> e </root> .

    Se invece vuoi rimapparlo in Control, puoi modificare KeyCode::COMMAND_L in KeyCode::CONTROL_L .

  3. Avvia Karabiner, premi ⟳ ReloadXML e seleziona la casella

risposta data 27.11.2015 - 14:16
fonte

Leggi altre domande sui tag