Structural changes and code cleanup

This commit is contained in:
Matias Fernandez
2018-11-20 17:27:20 -03:00
parent f4c77886bd
commit 4add215ecd
13 changed files with 90 additions and 2317 deletions

15
test.py
View File

@@ -1,15 +0,0 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from pynput import mouse, keyboard
keyboard.Controller().press(keyboard.Key.shift)
keyboard.Controller().press('a')
#keyboard.Controller().modifiers(keyboard.Key().shift)
#print("Shift:", keyboard.Controller().shift_pressed)
#keyboard.Controller().press('a')
#keyboard.Controller().release('a')
#keyboard.Controller().release(keyboard.Key.shift_r)