Files
simulation-theory/qwerty/README.md
2026-02-28 00:14:47 +00:00

39 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div align="center">
[![BlackRoad OS](https://img.shields.io/badge/BlackRoad-OS-FF0066?style=for-the-badge&logo=github&logoColor=white)](https://github.com/blackboxprogramming)
[![Platform](https://img.shields.io/badge/Platform-blackroad.io-FF0066?style=for-the-badge)](https://blackroad.io)
[![Org](https://img.shields.io/badge/Org-simulation--theory-7700FF?style=for-the-badge)](https://github.com/blackboxprogramming/simulation-theory)
[![Status](https://img.shields.io/badge/Status-Active-FF9D00?style=for-the-badge)](https://status.blackroad.io)
</div>
# QWERTY Encoding System
> The keyboard as proof. Position = value. Value = truth.
## Keyboard Map
```
Row 1: Q=1 W=2 E=3 R=4 T=5 Y=6 U=7 I=8 O=9 P=10
Row 2: A=11 S=12 D=13 F=14 G=15 H=16 J=17 K=18 L=19
Row 3: Z=20 X=21 C=22 V=23 B=24 N=25 M=26
```
Each letter encodes its **positional order** on the standard QWERTY keyboard — left to right, top to bottom. The value of a word is the sum of its letters' values.
## Notes on G
Two G-values appear throughout the paper:
| Symbol | Value | Source | Usage |
|--------|-------|--------|-------|
| `G_alphabetical` | 7 | 7th letter of alphabet | FOURIER=G²=49, HYDROGEN=G×13=91 |
| `G_key` | 15 | QWERTY position of G | QUTRIT=WEYL=2×G=30, PROGRAMMABILITY=2×LANDAUER |
Both are legitimate. Context determines which applies.
## Quick Reference
See [`constants.md`](./constants.md) for all established constants.
See [`equalities.md`](./equalities.md) for the major QWERTY equalities.