mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-12-21 11:28:48 -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):
|
||||
d = UInputDevice()
|
||||
m.expose(d, fd)
|
||||
d.setup('keymapper input device'+str(fd))
|
||||
d.setup('keymapper input device')
|
||||
ofs.append(d)
|
||||
|
||||
# grab all inputs so nothing else reads them :)
|
||||
|
Loading…
Reference in New Issue
Block a user