# Keyboard Layouts Primer

## Types of Keyboards

With typewriters the keys were layed out in a staggered way, this is to allow the mechanical arms room between keys. This was continued when keyboards first started to be used on computers. This is the keyboard most are familar with.

<figure><img src="/files/7YwwKaELMaq8e5oL32kc" alt=""><figcaption><p>Standard Staggered Keyboard Layout Based on Old Typewriter Keyboards</p></figcaption></figure>

Fingers, however, don't move at angles very easily. Instead a much better layout is to have the keys layed out in straight rows to allow smooth and easy finger movement. This is called an Ortho Linear layout:

<figure><img src="/files/yG9c6ABghv3nJ7LRGDeP" alt=""><figcaption><p>Ortho Linear Keyboard Layout</p></figcaption></figure>

However, many find this uncomfortable due to the need to bring your hands close putting a lot of strain on your wrists, neck, and back. So Split keyboards were created to allow you to keep your arms straight and comfortable at shoulderwidth. An exmaple of this is the Corne Keyboard:

<figure><img src="/files/oHxfuD07baHEKrFPLMxF" alt=""><figcaption><p>Corne Keyboard Layout</p></figcaption></figure>

The benefit of this is a smaller keyboard which allows reduced finger movement. And with modern microcontrollers and firmware they have much greater flexibility by using modifiers, home row mods, and much more. This turns your keyboard from an interface, to a powerful tool to help you get your work, or play, done more efficiently.

<figure><img src="/files/rVT1I2TgSDJkyYVxm2WJ" alt=""><figcaption><p>Split Ergo Keyboards give you a more comfortable experience (AI Generaged Image for Illistrative Purposes)</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.turkeyboards.com/turkeyboards-docs/buyers-guide/keyboard-layouts-primer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
