Macro key not working on FK - 2000 Plus?

User avatar
gavtyler

30 Jan 2022, 22:57

So I just got a Magitronic branded FK - 2000 plus and I was trying out the macro key but found it only prints "\". I tried some of the typical ways of using the program buttons like holding it pressing a F key then typing what I want to program then pressing the F key again but nothing. Any idea on how to do the programing or how to fix it?
Attachments
just an image of the board
just an image of the board
20220130_135157.jpg (377.55 KiB) Viewed 3011 times

User avatar
Polecat

30 Jan 2022, 23:14

I had the same question with my FK-2002, which I bought new back in the '90s. There's no memory or programming in the Focus keyboards. The Macro key was used to call up a TSR Macro program that you loaded from DOS when the machine booted. The keyboards didn't come with such a program, you had to buy it separately. The one I used was called ProKey. You can probably use a modern converter or software to reassign the Macro key, since the backslash it generates has a different scan code than the "normal" backslash.

User avatar
gavtyler

31 Jan 2022, 02:05

Polecat wrote: 30 Jan 2022, 23:14 I had the same question with my FK-2002, which I bought new back in the '90s. There's no memory or programming in the Focus keyboards. The Macro key was used to call up a TSR Macro program that you loaded from DOS when the machine booted. The keyboards didn't come with such a program, you had to buy it separately. The one I used was called ProKey. You can probably use a modern converter or software to reassign the Macro key, since the backslash it generates has a different scan code than the "normal" backslash.
Thank you for the reply! I didn't know this lacked on board macro storage :/ I will look into a program for this!

User avatar
thefarside

31 Jan 2022, 03:06

On windows I’ve used https://www.autohotkey.com to remap keys. It’s free and easy to use.

User avatar
gavtyler

31 Jan 2022, 06:14

thefarside wrote: 31 Jan 2022, 03:06 On windows I’ve used https://www.autohotkey.com to remap keys. It’s free and easy to use.
thanks for the recommendation!

User avatar
thefarside

31 Jan 2022, 13:49

gavtyler wrote: 31 Jan 2022, 06:14
thefarside wrote: 31 Jan 2022, 03:06 On windows I’ve used https://www.autohotkey.com to remap keys. It’s free and easy to use.
thanks for the recommendation!
No problem! I just tested it and was able to remap my left macro key on my FK-2001 to the left windows key. In the AutoHotKey software you can view your keystroke history from the View menu and in the key history table you can see the scan code of the macro key. For me this was “056”. Once I knew th scan code I created a script that remapped it with a line of “SC056::LWin” but you can obviously remap to anything. Hope this helps!

Post Reply

Return to “Keyboards”