mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 09:31:53 +08:00
additional keymapping info; refactoring
This commit is contained in:
2
Makefile
2
Makefile
@@ -130,7 +130,7 @@ run-vnc: testenv
|
||||
|
||||
|
||||
regen: testenv
|
||||
for file in kvmd/keymap.py hid/src/keymap.h; do \
|
||||
for file in kvmd/keyboard/mappings.py hid/src/keymap.h; do \
|
||||
docker run --user `id -u`:`id -g` --rm \
|
||||
--volume `pwd`:/src \
|
||||
-it $(TESTENV_IMAGE) bash -c "cd src && ./genmap.py keymap.in $$file.mako $$file"; \
|
||||
|
||||
Reference in New Issue
Block a user