Como alterar a função da tecla de atalho F1?

1

Eu tenho um hp pavilion com o Windows 10 de 64 bits. O F1 tem uma marca de interrogação e, se clicado, abre uma nova guia de pesquisa do Bing.

Eu quero mudar o que o botão faz, eu não quero desativá-lo completamente, porque eu posso precisar dele, é que de vez em quando eu clico nele por engano e é muito chato.

Eu também não preciso usar fn . Tudo que eu quero fazer é mudar o que o f1 faz.

    
por Lynob 08.01.2017 / 15:11

1 resposta

1

Sua melhor escolha pode ser utilizar AutoHotkey :

AutoHotkey (AHK) is a free, open-source macro-creation and automation software for Windows that allows users to automate repetitive tasks. It is driven by a scripting language that was initially aimed at providing keyboard shortcuts, otherwise known as hotkeys, that over time evolved into a full-fledged scripting language. And if you're really interested, here's a great video about it here.

You can use AutoHotkey to:

  • Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or a macro recorder.

  • Remap keys and buttons on your keyboard, joystick, and mouse.

  • Create hotkeys for keyboard, joystick, and mouse. Essentially 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".

  • Retrieve and change the clipboard's contents.

  • Convert any AHK script into an executable file that can be run on computers where AutoHotkey is not installed.

  • Don't know where to start or how to fix your script? Join the friendly AutoHotkey community and ask for help

( Fonte )

    
por 08.01.2017 / 15:14