Skip to content
This repository was archived by the owner on Dec 30, 2021. It is now read-only.

Commit 5c35a19

Browse files
committed
#38 documentation
1 parent f5a7e8c commit 5c35a19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kbmap/key.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
Full list can be found at kbmap wiki: https://github.com/ivanjermakov/kbmap/wiki/Key-names
77
"""
88

9+
from evdev.ecodes import *
10+
911
from kbmap.action.kbmap_toggle_action import KbmapToggleAction
1012
from kbmap.action.layer_mod_action import LayerModAction
1113
from kbmap.action.layer_on_action import LayerOnAction

0 commit comments

Comments
 (0)