tissi-2
Results
2
comments of
tissi-2
With the mentioned setting and running my daily profile: - if firefox is windowed and I press F11, firefox stays in a window and the upper bars disappear. - if...
``` import pywinusb.hid as hid import getpass import time DEVICE_DEFAULT_VID = 0xffff DEVICE_DEFAULT_PID = 0x0035 def scan_hiddevice(): """ Scans for and returns the HID device. """ devices = hid.HidDeviceFilter( vendor_id...