jb261

Results 4 issues of jb261

Hotkey modifier not needed (perhaps system views as pressed) after ALT+TAB Windows 10, Python 3.9.12, pynput 1.7.6 ``` from pynput import keyboard def function_1(): print('Function 1 activated') with keyboard.GlobalHotKeys({ '++b':...

Global hotkeys working as expected: ``` from pynput import keyboard import clipboard import pygetwindow as gw def copy_clipboard(): print(gw.getActiveWindowTitle()) return clipboard.paste() def function_1(): print('Function 1 activated') clipboardContents = copy_clipboard() def...

discourse thread describing issue: https://discourse.joplinapp.org/t/anyone-else-have-a-grey-vertical-bar-at-left-edge-of-the-md-editor/33649/3 Folding in Code Mirror Editor v2.0.1 macOS theme v1.3.13 screenshot showing grey vertical bar: https://global.discourse-cdn.com/standard14/uploads/cozic/original/3X/e/5/e5a29772acd225d8f173d0c8fa51eaef154eab37.png

discourse thread describing issue: https://discourse.joplinapp.org/t/anyone-else-have-a-grey-vertical-bar-at-left-edge-of-the-md-editor/33649/4?u=jb261 Folding in Code Mirror Editor v2.0.1 macOS theme v1.3.13 screenshot showing grey vertical bar: https://global.discourse-cdn.com/standard14/uploads/cozic/original/3X/e/5/e5a29772acd225d8f173d0c8fa51eaef154eab37.png