Macro key not working on FK - 2000 Plus?
- gavtyler
- Location: United States
- Main keyboard: FK-2000 Plus with Alps SKCM White
- Main mouse: Razer Mamba Elite
- Favorite switch: IBM selectric keys
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
- 20220130_135157.jpg (377.55 KiB) Viewed 3014 times
- Polecat
- Location: Downstream from Silicon Valley
- Main keyboard: Monterey K104 Industrial Gray
- Main mouse: Logitech Optical
- Favorite switch: Early Alps SKCM
- DT Pro Member: -
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.
- gavtyler
- Location: United States
- Main keyboard: FK-2000 Plus with Alps SKCM White
- Main mouse: Razer Mamba Elite
- Favorite switch: IBM selectric keys
Thank you for the reply! I didn't know this lacked on board macro storage :/ I will look into a program for this!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.
- thefarside
- Location: United States
- Main keyboard: IBM 4704 F107
- Main mouse: Old, boring Logitech
- Favorite switch: Buckling spring
On windows I’ve used https://www.autohotkey.com to remap keys. It’s free and easy to use.
- gavtyler
- Location: United States
- Main keyboard: FK-2000 Plus with Alps SKCM White
- Main mouse: Razer Mamba Elite
- Favorite switch: IBM selectric keys
thanks for the recommendation!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.
- thefarside
- Location: United States
- Main keyboard: IBM 4704 F107
- Main mouse: Old, boring Logitech
- Favorite switch: Buckling spring
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!gavtyler wrote: 31 Jan 2022, 06:14thanks for the recommendation!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.