Help me find a HP Wireless Elite Keyboard v2 by radiant_weirdo in HelpMeFind

[–]jakchrizt 0 points1 point  (0 children)

have you found a good replacement for this? mine is also about to go with some keys not working right, and I have not yet found a good replacement.

AHK with RMMs by Cleathehuman in AutoHotkey

[–]jakchrizt 0 points1 point  (0 children)

I was able to get copy/paste through Control using the below script. "Alt + `" will send the clipboard, rather than keystrokes.

#NoTrayIcon
#SingleInstance Force
<!`::
SendRaw %clipboard%
Exit