| .. |
|
keymap
|
add support for language-specific layouts
|
2021-01-01 06:27:48 -05:00 |
|
test
|
keyboard_comm: remove vial batch keymap fetch, use via's method
|
2020-12-26 20:15:04 -05:00 |
|
basic_editor.py
|
layout_editor: initial
|
2020-12-20 19:29:48 -05:00 |
|
clickable_label.py
|
…
|
|
|
constants.py
|
initial support for masked keycodes
|
2020-10-18 00:06:00 -04:00 |
|
firmware_flasher.py
|
firmware_flasher: add checkbox to not restore current layout
|
2021-01-01 05:13:21 -05:00 |
|
flowlayout.py
|
…
|
|
|
hidproxy.py
|
Untangle main_window some more
|
2020-12-02 10:10:59 -05:00 |
|
keyboard_comm.py
|
keyboard_comm: instead of restoring non-empty macro, only restore macro if different
|
2021-01-03 08:55:26 -05:00 |
|
keyboard_container.py
|
add support for language-specific layouts
|
2021-01-01 06:27:48 -05:00 |
|
keyboard_widget.py
|
add support for language-specific layouts
|
2021-01-01 06:27:48 -05:00 |
|
keycodes.py
|
add support for language-specific layouts
|
2021-01-01 06:27:48 -05:00 |
|
keymap_editor.py
|
add support for language-specific layouts
|
2021-01-01 06:27:48 -05:00 |
|
keymaps.py
|
add support for language-specific layouts
|
2021-01-01 06:27:48 -05:00 |
|
kle_serial.py
|
…
|
|
|
layout_editor.py
|
layout_editor: fix crash when we don't have layouts
|
2020-12-21 02:03:14 -05:00 |
|
linux_keystroke_recorder.py
|
macro_recorder: basic linux macro recording
|
2020-12-24 09:13:20 -05:00 |
|
macro_action.py
|
macro_action: don't double-delete self.layout (as ownership is taken by the QWidget)
|
2020-12-25 20:12:58 -05:00 |
|
macro_key.py
|
macro_key: BasicAction -> BasicKey
|
2020-12-24 09:49:39 -05:00 |
|
macro_line.py
|
macro_recorder: add a button to tap enter
|
2020-12-24 21:36:39 -05:00 |
|
macro_optimizer.py
|
macro_optimizer: get rid of PRINTABLE dict, move into keycodes
|
2020-12-25 12:55:14 -05:00 |
|
macro_recorder.py
|
unlocker: also perform unlock in macro editor
|
2020-12-27 08:09:28 -05:00 |
|
macro_recorder_linux.py
|
macro_recorder: move recorder aliases to keycodes.py
|
2020-12-26 04:47:01 -05:00 |
|
macro_recorder_windows.py
|
macro_recorder: move recorder aliases to keycodes.py
|
2020-12-26 04:47:01 -05:00 |
|
main.py
|
macro_recorder: only import when we need it
|
2020-12-26 04:35:47 -05:00 |
|
main_window.py
|
add support for language-specific layouts
|
2021-01-01 06:27:48 -05:00 |
|
tabbed_keycodes.py
|
tabbed_keycodes: fix captions not displayed for macros/layers
|
2021-01-03 09:05:32 -05:00 |
|
unlocker.py
|
unlocker: flip around the lock/unlock logic
|
2020-12-29 19:30:41 -05:00 |
|
util.py
|
firmware_flasher: automatically restart keyboard in bootloader mode and flash
|
2020-12-26 21:51:48 -05:00 |
|
vial_device.py
|
firmware_flasher: reduce code duplication when looking for devices
|
2020-12-27 06:39:34 -05:00 |