43

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.

5 Answers 5

19

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

3
  • 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
    Commented Feb 19, 2012 at 9:20
  • It's not working with Win7, I get fatal error.
    – user66638
    Commented Oct 22, 2015 at 12:01
  • 2
    A fixed version is available here : github.com/agabor/RightKeyboard/releases
    – Guillaume
    Commented Feb 23, 2016 at 10:50
2

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

1
1

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?

1
0

The rightkeyboard program referred to above does not work properly for me. The main issue is that it gives a list of languages/dialects, but not the associated layout, so you're basically making a blind guess. I found newer fixed version on github which solves that. https://github.com/mnivet/RightKeyboard/releases/tag/1.3

1
  • 1
    Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
    – Community Bot
    Commented Apr 13, 2023 at 9:16
-1

Use Alt+(left)Shift to switch between them

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .