Usar atalhos do Mac no Windows

1

Eu uso o Windows e o OSX no meu MacBook Pro.

Devido à natureza do teclado, é muito irritante rodar o Windows, por exemplo, algumas das teclas que você usaria normalmente estão faltando em um MBP - end, pageup, etc.

É possível mapear alguns dos atalhos do OSX no Windows? Por exemplo, posso mapear Cmd + C para COPY, Cmd + V para PASTE, Cmd + Direita para END, etc?

    
por Jaco Pretorius 03.05.2011 / 13:06

1 resposta

1

Consegui fazer todos os itens acima com AutoHotKey

AutoHotkey is a free, open-source utility for Windows. With it, you can:

  • Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder.
  • Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
  • Expand abbreviations as you type them. For example, typing "btw" can automatically produce "by the way".
  • Create custom data-entry forms, user interfaces, and menu bars. See GUI for details.
  • Remap keys and buttons on your keyboard, joystick, and mouse.
  • Respond to signals from hand-held remote controls via the WinLIRC client script.
  • Run existing AutoIt v2 scripts and enhance them with new capabilities.
  • Convert any script into an EXE file that can be run on computers that don't have AutoHotkey installed.
  •     
    por 03.05.2011 / 19:51