mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
keysymdef.h: Fix the documented perl regexp
+ is interpreted when not escaped. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
959d4442e4
commit
39eb59740d
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ SOFTWARE.
|
|||
* Mnemonic names for keysyms are defined in this file with lines
|
||||
* that match one of these Perl regular expressions:
|
||||
*
|
||||
* /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\* U+([0-9A-F]{4,6}) (.*) \*\/\s*$/
|
||||
* /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\*\(U+([0-9A-F]{4,6}) (.*)\)\*\/\s*$/
|
||||
* /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\* U\+([0-9A-F]{4,6}) (.*) \*\/\s*$/
|
||||
* /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\*\(U\+([0-9A-F]{4,6}) (.*)\)\*\/\s*$/
|
||||
* /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*(\/\*\s*(.*)\s*\*\/)?\s*$/
|
||||
*
|
||||
* Before adding new keysyms, please do consider the following: In
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue