Author Topic: Can all the extra keys on an IBM terminal keyboard be used as macros?  (Read 4896 times)

0 Members and 1 Guest are viewing this topic.

Offline QuincyJones

  • Thread Starter
  • Posts: 270
  • Location: The Greatest Of Them All, England
As much as I search, I seem to find conflicting answers, some saying no, whilst others, yes. So, as of today can the keys be used as macros with a decent converter? I'd imagine if they could, with another application like autokeys, it could make the keyboard quite powerful?
SENT FROM MY TRKA-100-ULTRA-PRO-1R WITH FLASHY MULTI-COLOURED LEDS FOR MEGA ULTRA COOLNESS
(please like me)

       

Offline y11971alex

  • Posts: 402
  • Location: Toronto, Canada
  • Looking for Toronto meetup
Yes.
Keyboards owned: IBM Selectric | 3278 | 3101 | 5251 | Model F XT | AT | 122 (6110344) | Model M 1390120 | 1390131 | 1391472 | 1392464 (DisplayWriter SSK) | 1395100 (SSK) | Honeywell RD IBM 09F4230 | Leading Edge DC-2014 (Blue Alps) | Chicony 5891 (Monterey Blue) | E&E-101 (KPT Blue) | BTC 5100 | 5100C | 5369 | DEC VT100 (Hi-tek Linear) | Burroughs TP109 (Hall) | Realforce 87 (55g)

Keyboards wanted: IBM Model F 104 (Unsaver) | Model M 1391401

Offline QuincyJones

  • Thread Starter
  • Posts: 270
  • Location: The Greatest Of Them All, England
Thanks, does that include the M and the F?
SENT FROM MY TRKA-100-ULTRA-PRO-1R WITH FLASHY MULTI-COLOURED LEDS FOR MEGA ULTRA COOLNESS
(please like me)

       

Offline CPTBadAss

  • Woke up like this
  • Posts: 14383
    • Tactile Zine
M's can be programmed with a Soarer converter aka a Teensy and some wiring. Info can be found here. Fohat.digs also had a good thread on that. There's pre built ones as well. And I think phosphorglow has a converter out as well. I'm not sure if an SDL-USB cable will allow the computer to register all the scan codes properly so you can use like autokeys to program it.

F's use a converter. Mine's been converted with an xwhatsit converter. I believe there's another option called the DPH as well.

Offline QuincyJones

  • Thread Starter
  • Posts: 270
  • Location: The Greatest Of Them All, England
M's can be programmed with a Soarer converter aka a Teensy and some wiring. Info can be found here. Fohat.digs also had a good thread on that. There's pre built ones as well. And I think phosphorglow has a converter out as well. I'm not sure if an SDL-USB cable will allow the computer to register all the scan codes properly so you can use like autokeys to program it.

F's use a converter. Mine's been converted with an xwhatsit converter. I believe there's another option called the DPH as well.

M's can be programmed with a Soarer converter aka a Teensy and some wiring. Info can be found here. Fohat.digs also had a good thread on that. There's pre built ones as well. And I think phosphorglow has a converter out as well. I'm not sure if an SDL-USB cable will allow the computer to register all the scan codes properly so you can use like autokeys to program it.

F's use a converter. Mine's been converted with an xwhatsit converter. I believe there's another option called the DPH as well.

Thanks, it seems like terminal keyboards would be FAR more useful as a keyboard than a regular M! Other than the conversion process involved, are there any downsides to a terminal keyboard?
SENT FROM MY TRKA-100-ULTRA-PRO-1R WITH FLASHY MULTI-COLOURED LEDS FOR MEGA ULTRA COOLNESS
(please like me)

       

Offline CPTBadAss

  • Woke up like this
  • Posts: 14383
    • Tactile Zine
Downsides? It's a little more work to get them to work over PS/2 or USB. Like with an M, I could just get a PS/2 to USB converter. I forget if Fs come with PS/2 but I'm leaning towards. And you'll have to do a little work to get LEDs. Oh and they're huge. HUGEEEEEEEE. I don't like how big they are lol.

Offline khirin

  • Posts: 19
  • Location: TH
  • Do more, with less.
Terminal model M and F can be converted with Soarer converter as mentioned earlier. For DIY project you may use the $5 pro micro instead of the Teensy.  Then, any single key macro should have no problem on both model M and F. However, The terminal Model M I have (M122) cannot register multiple keys, i.e. ctrl+alt+space dued to its 2kro while my F122 doesn't have that problem. Hope this help.

Offline QuincyJones

  • Thread Starter
  • Posts: 270
  • Location: The Greatest Of Them All, England
Terminal model M and F can be converted with Soarer converter as mentioned earlier. For DIY project you may use the $5 pro micro instead of the Teensy.  Then, any single key macro should have no problem on both model M and F. However, The terminal Model M I have (M122) cannot register multiple keys, i.e. ctrl+alt+space dued to its 2kro while my F122 doesn't have that problem. Hope this help.
Oh wow, thanks for pointing that out. I didn't realise the terminal M is only 2KRO. That's... an issue for me! I wouldn't be able to do anything in Visual Studio!

Can 2KRO be changed via the USB controller, or would that be hardcoded on the actual keyboard controller?
SENT FROM MY TRKA-100-ULTRA-PRO-1R WITH FLASHY MULTI-COLOURED LEDS FOR MEGA ULTRA COOLNESS
(please like me)

       

Offline mike52787

  • Posts: 1030
  • Location: South-West Florida
  • Alps Aficionado
Terminal model M and F can be converted with Soarer converter as mentioned earlier. For DIY project you may use the $5 pro micro instead of the Teensy.  Then, any single key macro should have no problem on both model M and F. However, The terminal Model M I have (M122) cannot register multiple keys, i.e. ctrl+alt+space dued to its 2kro while my F122 doesn't have that problem. Hope this help.
Oh wow, thanks for pointing that out. I didn't realise the terminal M is only 2KRO. That's... an issue for me! I wouldn't be able to do anything in Visual Studio!

Can 2KRO be changed via the USB controller, or would that be hardcoded on the actual keyboard controller?

If you want to get around the 2kro, you have to buy a f122. all model ms internally only support 2kro because of the matrix printed on the membranes.  AFAIK there is no way to get above nkro with the model m. The model f on the other hand natively supports nkro.

Offline supamesican

  • Posts: 222
Terminal model M and F can be converted with Soarer converter as mentioned earlier. For DIY project you may use the $5 pro micro instead of the Teensy.  Then, any single key macro should have no problem on both model M and F. However, The terminal Model M I have (M122) cannot register multiple keys, i.e. ctrl+alt+space dued to its 2kro while my F122 doesn't have that problem. Hope this help.
Oh wow, thanks for pointing that out. I didn't realise the terminal M is only 2KRO. That's... an issue for me! I wouldn't be able to do anything in Visual Studio!

Can 2KRO be changed via the USB controller, or would that be hardcoded on the actual keyboard controller?

If you want to get around the 2kro, you have to buy a f122. all model ms internally only support 2kro because of the matrix printed on the membranes.  AFAIK there is no way to get above nkro with the model m. The model f on the other hand natively supports nkro.

If you get some copper foil, and solder some diodes to remake the matrix yourself it is possible to get nkro on an M. Wendel from teksyndicate did it, but he is also a wizard.

Offline fohat.digs

  • * Elevated Elder
  • Posts: 6533
  • Location: 35°55'N, 83°53'W
  • weird funny old guy
Re: Can all the extra keys on an IBM terminal keyboard be used as macros?
« Reply #10 on: Tue, 17 May 2016, 12:52:53 »

only 2KRO. That's... an issue for me! I wouldn't be able to do anything in Visual Studio!


You know that "xKRO" numbers are only worst-case and that Control, Shift, and Alt don't usually count in that equation?
"However, even though I was born in the Mesozoic, I do know what anyone who wants to reach out to young people should say: Billionaires took your money. They took your chance to buy a home. They took your chance at a good education. They stole your opportunities. Billionaires took the things you want in life. If you really want those things, you have to take them back.
That's the message. That's the whole message. Say that every day, not just to reach America's frustrated young white men, but people of every age, race, and gender.
Late-stage capitalism is a wealth-concentration engine, focused on vacuuming up every dollar and putting it in as few hands as possible. Republicans are helping that vacuum suck.
How does a tiny fraction of the population get away with this? They do it by dividing the other 99% of Americans against themselves."
- Marc Sumner 2025-05-30

Offline supamesican

  • Posts: 222
Re: Can all the extra keys on an IBM terminal keyboard be used as macros?
« Reply #11 on: Tue, 17 May 2016, 19:46:48 »

only 2KRO. That's... an issue for me! I wouldn't be able to do anything in Visual Studio!


You know that "xKRO" numbers are only worst-case and that Control, Shift, and Alt don't usually count in that equation?
Going to chime in as a professional developer that uses visual studio, I can confirm the 2kro on model M's causes no problems for me

Offline chyros

  • a.k.a. Thomas
  • * Esteemed Elder
  • Posts: 3499
  • Location: The Netherlands
  • Hello and welcome.
Re: Can all the extra keys on an IBM terminal keyboard be used as macros?
« Reply #12 on: Wed, 18 May 2016, 02:23:13 »
Terminal model M and F can be converted with Soarer converter as mentioned earlier. For DIY project you may use the $5 pro micro instead of the Teensy.  Then, any single key macro should have no problem on both model M and F. However, The terminal Model M I have (M122) cannot register multiple keys, i.e. ctrl+alt+space dued to its 2kro while my F122 doesn't have that problem. Hope this help.
Oh wow, thanks for pointing that out. I didn't realise the terminal M is only 2KRO. That's... an issue for me! I wouldn't be able to do anything in Visual Studio!

Can 2KRO be changed via the USB controller, or would that be hardcoded on the actual keyboard controller?

If you want to get around the 2kro, you have to buy a f122. all model ms internally only support 2kro because of the matrix printed on the membranes.  AFAIK there is no way to get above nkro with the model m. The model f on the other hand natively supports nkro.

If you get some copper foil, and solder some diodes to remake the matrix yourself it is possible to get nkro on an M. Wendel from teksyndicate did it, but he is also a wizard.
REALLY?! Oo that sounds incredible, do you have a link?

I'd still just go for an F btw, they're better anyway xD .
Check my keyboard video reviews:


Offline supamesican

  • Posts: 222
Re: Can all the extra keys on an IBM terminal keyboard be used as macros?
« Reply #13 on: Wed, 18 May 2016, 07:59:29 »
I'll see if I can find the video he talked about it in, he hasnt done a how to as of yet

Offline acid2000

  • Posts: 18
Re: Can all the extra keys on an IBM terminal keyboard be used as macros?
« Reply #14 on: Wed, 18 May 2016, 10:00:00 »
2KRO is all good for me with VS.

With that in mind does anyone have a list of key combos that don't actually work?