diff --git a/docs/keys.md b/docs/keys.md index 46e8d29..7f4c6ed 100644 --- a/docs/keys.md +++ b/docs/keys.md @@ -143,8 +143,8 @@ def shrek(*args, **kwargs): print('⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀') print('⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀') print('⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠻⠿⠿⠿⠿⠛⠉') - - + + return False #Returning True will follow thru the normal handlers sending the ALT key to the OS KC.LALT.before_press_handler(shrek) ```