mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-08 07:10:36 +00:00
Merge branch 'main' of github.com:sezanzeb/key-mapper
This commit is contained in:
commit
41474e533a
@ -107,7 +107,7 @@ class Mapping(ConfigBase):
|
||||
|
||||
If not set, will not remove any previous mapping. If you recently
|
||||
used (1, 10, 1) for new_key and want to overwrite that with
|
||||
(1, 11, 1), provide (1, 5, 1) here.
|
||||
(1, 11, 1), provide (1, 10, 1) here.
|
||||
"""
|
||||
if not isinstance(new_key, Key):
|
||||
raise TypeError(f'Expected {new_key} to be a Key object')
|
||||
|
Loading…
Reference in New Issue
Block a user