Did the Tironian "et" ("⁊") have any impact on the ampersand being shift + 7 on English keyboards? [closed]
Solution 1:
Although the 7 was the ampersand on IBM's standard keyboard layout, that is hardly universal. The first nine printable characters in ASCII are !
"
#
$
%
&
'
(
)
, which should give a good clue as to what the top row of a teletype keyboard looked like. On many early teletypes and terminals (and also, BTW, on the Apple ][), the shift key toggled bit 4 of the character being produced, thus it would turn a 1
(011 0001) into !
(010 0001), and ,
(010 1100) into <
(011 1100). Since the digits 1-9 received consecutive code, so did the characters produced by combining them with the shift key. Shift-7 on those keyboards was apostrophe; the ampersand was shift-6.
Other typewriter keyboards also varied considerably in where they put the ampersand. Its association with the number 7 is nowhere near as consistent as the association between 1
and !
, 3
and #
, 4
and $
, or 5
and %
which existed in both older computer keyboards and today's US arrangement.