[MacOS, running 28.2 from emacsformacos.com]
When I do describe-bindings I see that the "Global Bindings" includes a bunch of bindings with the prefix s - not S for "Shift".
What is the s prefix?
[MacOS, running 28.2 from emacsformacos.com]
When I do describe-bindings I see that the "Global Bindings" includes a bunch of bindings with the prefix s - not S for "Shift".
What is the s prefix?
s- is the key-description for the Super modifier key, written as pseudo function key <Super>.
See the Emacs manual, node Modifier Keys.
And the Emacs manual node Glossary says this:
Super
Super is the name of a modifier bit that a keyboard input character may have. To make a character Super, type it while holding down the
SUPERkey. Such characters are given names that start withSuper-(usually writtens-for short). See Modifier Keys.
For macOS see also Emacs manual node Mac / GNUstep Basics.