Jump to content
Does anyone know a good and easy to use key reprogramming software? I just got and IBM model m and just want to be able to use the windows key with it. The main thing is that I just want it to be easy to use.
Thanks in advance

Acer Predator Helios 500

 

8th Gen Intel Core i7 8750H

Nvidia Geforce GTX 1070 8GB (Mobile)

16GB DDR4 SDRAM

1TB Hard Drive

256 GB Solid State Drive

Processor Speed 2.20 GHz

Wireless LAN Standard IEEE 802.11ac

Screen Resolution 1920 × 1080

Operating System: Windows 10 Home

Link to comment
https://linustechtips.com/topic/1163393-key-reprogramming-software/
Share on other sites

Link to post
Share on other sites

autohotkey too hardcore?

CPU: i7-2600K 4751MHz 1.44V (software) --> 1.47V at the back of the socket Motherboard: Asrock Z77 Extreme4 (BCLK: 103.3MHz) CPU Cooler: Noctua NH-D15 RAM: Adata XPG 2x8GB DDR3 (XMP: 2133MHz 10-11-11-30 CR2, custom: 2203MHz 10-11-10-26 CR1 tRFC:230 tREFI:14000) GPU: Asus GTX 1070 Dual (Super Jetstream vbios, +70(2025-2088MHz)/+400(8.8Gbps)) SSD: Samsung 840 Pro 256GB (main boot drive), Transcend SSD370 128GB PSU: Seasonic X-660 80+ Gold Case: Antec P110 Silent, 5 intakes 1 exhaust Monitor: AOC G2460PF 1080p 144Hz (150Hz max w/ DP, 121Hz max w/ HDMI) TN panel Keyboard: Logitech G610 Orion (Cherry MX Blue) with SteelSeries Apex M260 keycaps Mouse: BenQ Zowie FK1

 

Model: HP Omen 17 17-an110ca CPU: i7-8750H (0.125V core & cache, 50mV SA undervolt) GPU: GTX 1060 6GB Mobile (+80/+450, 1650MHz~1750MHz 0.78V~0.85V) RAM: 8+8GB DDR4-2400 18-17-17-39 2T Storage: HP EX920 1TB PCIe x4 M.2 SSD + Crucial MX500 1TB 2.5" SATA SSD, 128GB Toshiba PCIe x2 M.2 SSD (KBG30ZMV128G) gone cooking externally, 1TB Seagate 7200RPM 2.5" HDD (ST1000LM049-2GH172) left outside Monitor: 1080p 126Hz IPS G-sync

 

Desktop benching:

Cinebench R15 Single thread:168 Multi-thread: 833 

SuperPi (v1.5 from Techpowerup, PI value output) 16K: 0.100s 1M: 8.255s 32M: 7m 45.93s

Link to post
Share on other sites

I didn't know what that was. I have a habit of asking people for help before I've done research myself. It helps solve an issue more quickly but I should stop it and learn to do things myself.

Acer Predator Helios 500

 

8th Gen Intel Core i7 8750H

Nvidia Geforce GTX 1070 8GB (Mobile)

16GB DDR4 SDRAM

1TB Hard Drive

256 GB Solid State Drive

Processor Speed 2.20 GHz

Wireless LAN Standard IEEE 802.11ac

Screen Resolution 1920 × 1080

Operating System: Windows 10 Home

Link to post
Share on other sites

6 minutes ago, gravdestroyer said:
Does anyone know a good and easy to use key reprogramming software? I just got and IBM model m and just want to be able to use the windows key with it. The main thing is that I just want it to be easy to use.
Thanks in advance

AutoHotKey as mentioned above is the way to go.

Making a script that does this is pretty easy.

 

Simply put:

1. Install AHK

2. Right click on your desktop/in Windows Explorer > New > AutoHotKey script

3. paste this at the bottom of the script:

Pause::
  Send, LWin
  Return

4. Save script

5. Right click on the script > Compile

6. Save this .exe in your startup for ease of use

7. double click to open

 

Now your Pause button should act like a left Windows button!

If you don't want to give up Pause/use another button to press, just find what key you want and replace the 'Pause' in the script:

https://www.autohotkey.com/docs/KeyList.htm

 

But it might be easier to create a keyboard layout, as @SpaceGhostC2C mentions. I don't have experience with it, but it looks a bit easier than what I described :P 

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×