Same Finger N-gram
A same-finger n-gram (SFN) is a n-gram that is typed entirely with one finger.
Take a look at the left middle finger’s column in QWERTY:
On this column:
ed
(as in “tied”) is a same-finger bigram,dec
(as in “decor”) is a same-finger trigram,c_d
(as in “cod”) is a 1st order same-finger skipgram, andc__e
(as in “care”) is a 2nd order same-finger skipgram.
Same Finger Bigram
Section titled “Same Finger Bigram”A same-finger bigram (SFB) is a bigram typed with one finger. In some older sources, this metric is called same-finger utilization (SFU).
Because pressing multiple times with the same finger is slower than pressing different keys with different fingers, many contemporary layouts, especially from the AKL Discord, heavily optimize for a low SFB ratio. However, some comfort-focused layouts that aren’t optimized for speed allow for a higher SFB ratio in exchange for other, often idiosyncratic, stats.
Lowest SFB% Layouts
Section titled “Lowest SFB% Layouts”Rank | Layout | SFB% |
---|---|---|
1 | Whirl (2024) | 0.46% |
2 | Magic Sturdy (2023) | 0.52% |
3 | Nordrassil Abyssal (2024) | 1.21% |
4 | Nordrassil Vanilla (2024) | 1.25% |
5 | Cistern (2025) | 1.79% |
6 | Night (2024) | 2.32% |
7 | Whorf (2021) | 2.35% |
8 | Dusk (2024) | 2.37% |
9 | Dhorf (2023) | 2.39% |
10 | Pine v2 (2021) | 2.46% |
Same Finger Trigram
Section titled “Same Finger Trigram”A same-finger trigram (SFT) a trigram typed with one finger.
SFTs are common on legacy layouts such as QWERTY. Contemporary optimized layouts have a very low SFT ratio, so they are typically not an issue.
Lowest SFT% Layouts
Section titled “Lowest SFT% Layouts”Rank | Layout | SFT% |
---|---|---|
1 | Whirl (2024) | 0.01% |
2 | Nordrassil Vanilla (2024) | 0.01% |
3 | Nordrassil Abyssal (2024) | 0.08% |
4 | Magic Sturdy (2023) | 0.13% |
5 | Hands Down™ Neu Hardened Metals Vibranium b (2022) | 0.16% |
6 | Hands Down™ Neu Hardened Metals Vibranium v (2022) | 0.16% |
7 | Hands Down™ Neu Élan (2022) | 0.17% |
8 | Hands Down™ Neu Hardened Metals Vibranium p (2022) | 0.17% |
9 | ISRT Standard (2021) | 0.17% |
10 | ISRT Angle Mod (2021) | 0.17% |
Same Finger Skipgram
Section titled “Same Finger Skipgram”A same-finger skipgram (SFS) is a skipgram typed with one finger.
The order of the SFS is the same as the order of the skipgram. Thus:
SFS1 is also called disjoint same-finger bigram (dSFB) in some older literature, especially among AKL Discord members.
Lowest SFS1% Layouts
Section titled “Lowest SFS1% Layouts”Rank | Layout | SFS1% |
---|---|---|
1 | Cistern (2025) | 5.57% |
2 | Dusk (2024) | 6.33% |
3 | Night (2024) | 6.56% |
4 | Recurva (2023) | 6.57% |
5 | Semimak Original (2021) | 6.69% |
6 | Hands Down™ Alt tx (2021) | 6.70% |
7 | Semimak JQ (2021) | 6.71% |
8 | Whirl (2024) | 6.73% |
9 | Hands Down™ Alt nx (2021) | 6.79% |
10 | Hands Down™ Neu Precious Metals Gold (2022) | 6.87% |
Higher order SFSs
Section titled “Higher order SFSs”Higher order SFSs are also possible:
Semi pioneered the use of SFS in keyboard layout analysis. In Semi’s analysis:
For computational complexity purposes, AKLDB only analyses SFS1%.
Distance
Section titled “Distance”Going back to the QWERTY example,
We call ed
a 1u SFB, since the finger travels a distance of 1 unit to move from the e
key to the d
key.
The bigram ec
takes longer to type than ed
because the e
and c
keys are farther away from each other than the e
and d
keys. On ortholinear keyboards, the distance is exactly 2u. On row-staggered keyboards, the distance is , or about 2.14u; we count this as a 2u SFB after rounding to the nearest 0.5u.