É possível mapear fn + down e fn + up para page down e page up respectivamente?

0

Meu Thinkpad possui um Page Up e Page Down na parte superior do teclado. É muito longe IMO. Estou mais acostumado a pressionar Fn + Down se quiser usar o Pagedown em outros teclados. Eu queria trazer esse hábito no meu Thinkpad.

Isso é possível?

    
por Just-A-User.A-Superuser 17.08.2012 / 17:30

1 resposta

0

AutoHotkey deve cuidar de você:

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 17.08.2012 / 17:39

Tags