mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-12-22 03:38:49 -05:00
Change name to something static
This commit is contained in:
parent
dd3415cb08
commit
1dcc695e63
@ -112,7 +112,7 @@ if args.direct:
|
|||||||
for fd in xrange(nofd):
|
for fd in xrange(nofd):
|
||||||
d = UInputDevice()
|
d = UInputDevice()
|
||||||
m.expose(d, fd)
|
m.expose(d, fd)
|
||||||
d.setup('keymapper input device'+str(fd))
|
d.setup('keymapper input device')
|
||||||
ofs.append(d)
|
ofs.append(d)
|
||||||
|
|
||||||
# grab all inputs so nothing else reads them :)
|
# grab all inputs so nothing else reads them :)
|
||||||
|
Loading…
Reference in New Issue
Block a user