From d3bb21a6394188b555c32889a8515e0fec197d47 Mon Sep 17 00:00:00 2001 From: Eric Jiang Date: Thu, 29 Oct 2020 20:25:16 -0700 Subject: [PATCH] Fix capitalization of "Tab" --- huion_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huion_keys.py b/huion_keys.py index 6e381a6..a27d964 100644 --- a/huion_keys.py +++ b/huion_keys.py @@ -92,7 +92,7 @@ def create_default_config(config_file): 6=ctrl+shift+equal 7=ctrl+minus # etc. up to the highest button number -16=tab +16=Tab scroll_up=bracketright scroll_down=bracketleft """)