# HG changeset patch # User Oleksandr Gavenko # Date 1340187095 -10800 # Node ID 47adf5860e73e2db4afb11278d490c4bb2b80c96 # Parent 571618059000d98ac346f03028d9705cb28f13dc Fix RST syntsx. diff -r 571618059000 -r 47adf5860e73 x.rst --- a/x.rst Wed Jun 20 13:07:20 2012 +0300 +++ b/x.rst Wed Jun 20 13:11:35 2012 +0300 @@ -88,7 +88,7 @@ keystroke means; the client must request that information from the X server. modifiers - Flags, such as ``shift'' and ``control,'' that the server sends + Flags, such as ``shift`` and ``control``, that the server sends with each keycode to the client. The client's interpretation of the keycode may depend on the state of the modifiers. For example, the state of the shift modifier determines whether an @@ -96,11 +96,11 @@ the X server encodes the states of the eight modifiers (shift, lock, control, mod1, mod2, mod3, mod4, and mod5) in a single byte of data, modifiers are often referred to as ``modifier - bits.'' + bits``. keysyms codes that specify the glyphs appearing on the keys. The X server also maintains a list of strings that describe the - keysyms, such as ``a'', ``B'', and ``Control.'' + keysyms, such as ``a``, ``B``, and ``Control``. Find the keycode. =================