File: keyboard.rst

package info (click to toggle)
pynput 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 596 kB
  • sloc: python: 6,309; makefile: 10; sh: 1
file content (24 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Handling the keyboard
=====================

The package :mod:`pynput.keyboard` contains classes for controlling and
monitoring the keyboard.


.. include:: ./keyboard-usage.rst


Reference
---------

.. autoclass:: pynput.keyboard.Controller
    :members:

.. autoclass:: pynput.keyboard.Listener
    :members: __init__, running, start, stop, wait

.. autoclass:: pynput.keyboard.Key
    :members:

.. autoclass:: pynput.keyboard.KeyCode
    :members: