[Bf-docboard-svn] bf-manual: [8215] trunk/blender_docs/tools_rst/rst_check_syntax.py: Tools: Add function key to acceptible modifier keys

Aaron Carlisle noreply at blender.org
Tue Jul 20 22:47:15 CEST 2021


Revision: 8215
          https://developer.blender.org/rBM8215
Author:   Blendify
Date:     2021-07-20 22:47:15 +0200 (Tue, 20 Jul 2021)
Log Message:
-----------
Tools: Add function key to acceptible modifier keys

Part of T89972

Modified Paths:
--------------
    trunk/blender_docs/tools_rst/rst_check_syntax.py

Modified: trunk/blender_docs/tools_rst/rst_check_syntax.py
===================================================================
--- trunk/blender_docs/tools_rst/rst_check_syntax.py	2021-07-20 20:36:49 UTC (rev 8214)
+++ trunk/blender_docs/tools_rst/rst_check_syntax.py	2021-07-20 20:47:15 UTC (rev 8215)
@@ -116,7 +116,7 @@
     pattern_str = ''.join((
         # Keyboard
         # Modifier
-        r"^(Shift(?:\-|\Z))?(Ctrl(?:\-|\Z))?(Alt(?:\-|\Z))?((?:Cmd|OSKey)(?:\-|\Z))?",
+        r"^(Shift(?:\-|\Z))?(Ctrl(?:\-|\Z))?(Alt(?:\-|\Z))?((?:Cmd|OSKey)(?:\-|\Z))?(Fn(?:\-|\Z))?",
 
         # Note, shifted keys such as '!?:<>"' should not be included.
         r"((?:",



More information about the Bf-docboard-svn mailing list