Using multiple keyboards with different keyboard layouts in Windows

30

11

I'd like to use multiple keyboards (all USB or one USB and one PS/2) with a different keyboard layout on each. Is this possible in Windows 7 or XP?

I'd prefer to avoid a hardware-based solution if possible.

My specific issue is that I prefer to use a Dvorak layout, but most of my colleagues use QWERTY. I'd quite like it if they could use my computer with a QWERTY layout by using a second keyboard, without affecting the layout of the primary one.

me_and

Posted 2010-08-18T10:24:33.263

Reputation: 2 118

Answers

14

I think this is just what you need:

http://www.codeproject.com/Articles/20994/Using-multiple-keyboards-with-different-layouts-on

The article describes RightKeyboard, which changes the system keyboard layout depending which keyboard you use to type. It has a couple of restrictions (the first key typed when you switch keyboards may be wrong, for example, because it works by changing the global layout when you press a key on a different keyboard, not by actually making the system read them each differently), but it should do the job.

There have been reports in the comments of the download from that link not working, though, so get it from the GitHub release if you want to use it: https://github.com/agabor/RightKeyboard/releases

Colo

Posted 2010-08-18T10:24:33.263

Reputation: 141

It's not working with Win7, I get fatal error. – user66638 – 2015-10-22T12:01:02.977

2

A fixed version is available here : https://github.com/agabor/RightKeyboard/releases

– Guillaume – 2016-02-23T10:50:59.660

That does indeed look like exactly what I need! I'll give it a try as soon as I have a second keyboard to test with. – me_and – 2012-02-19T09:20:53.320

2

Unfortunately, the Windows can't tell one keyboard from another, so you're pretty much out of luck on the software side. The driver software just gathers all input sources and treats it as one. Perhaps Linux is smarter about this? I don't know, but you mention coworkers so you're probably bound to Windows anyway.

There are some hardwired Dvorak keyboards available. This might be an option to you?

Torben Gundtofte-Bruun

Posted 2010-08-18T10:24:33.263

Reputation: 16 308

Since you mentioned about Linux... Yeah, we can select a different layout for each keyboard in Linux: http://superuser.com/questions/75817/two-keyboards-on-one-computer-when-i-write-with-a-i-want-a-us-keyboard-layout-w

– Denilson Sá Maia – 2011-07-16T17:10:31.803

1

In another thread, somebody pointed to Win+Space for switching keyboard layouts. This did the trick for me on Win10.

Splash

Posted 2010-08-18T10:24:33.263

Reputation: 73

This worked for me, but you may need to add the keyboard layout to windows first https://www.howtogeek.com/263849/how-to-switch-to-dvorak-and-other-keyboard-layouts-on-your-computer-or-phone/

– TryHarder – 2020-01-11T13:34:16.803