mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-11-21 07:55:07 -05:00
Modify input-* scripts for new layout.
This commit is contained in:
parent
242b278c6b
commit
ba0187e661
11
input-create
11
input-create
@ -1,9 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
import linux_uinput, ctypes, fcntl, os, sys
|
||||
from cinput import *
|
||||
from mapper import KeyMapper, parse_conf, pretty_conf_print, \
|
||||
import ctypes, fcntl, os, sys
|
||||
|
||||
import uinputmapper
|
||||
import uinputmapper.linux_uinput
|
||||
from uinputmappercinput import *
|
||||
from uinputmappermapper import KeyMapper, parse_conf, pretty_conf_print, \
|
||||
get_exported_device_count
|
||||
from linux_input import timeval, input_event
|
||||
from uinputmapper.linux_input import timeval, input_event
|
||||
|
||||
try:
|
||||
import cPickle as pickle
|
||||
|
@ -1,9 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
import linux_uinput, ctypes, fcntl, os, sys
|
||||
import ctypes, fcntl, os, sys
|
||||
import select
|
||||
|
||||
from cinput import *
|
||||
from mapper import KeyMapper, parse_conf, pretty_conf_print
|
||||
import uinputmapper
|
||||
import uinputmapper.linux_uinput
|
||||
from uinputmapper.cinput import *
|
||||
from uinputmapper.mapper import KeyMapper, parse_conf, pretty_conf_print
|
||||
|
||||
try:
|
||||
import cPickle as pickle
|
||||
|
Loading…
Reference in New Issue
Block a user