mirror of
https://gitlab.com/interception/linux/plugins/caps2esc.git
synced 2025-04-04 22:09:24 +00:00
Formatting
This commit is contained in:
parent
41a2fa7f1e
commit
e5dc581ddf
10
caps2esc.c
10
caps2esc.c
@ -6,11 +6,11 @@
|
||||
|
||||
// clang-format off
|
||||
const struct input_event
|
||||
syn = {.type = EV_SYN, .code = SYN_REPORT, .value = 0},
|
||||
esc_up = {.type = EV_KEY, .code = KEY_ESC, .value = 0},
|
||||
ctrl_up = {.type = EV_KEY, .code = KEY_LEFTCTRL, .value = 0},
|
||||
esc_down = {.type = EV_KEY, .code = KEY_ESC, .value = 1},
|
||||
ctrl_down = {.type = EV_KEY, .code = KEY_LEFTCTRL, .value = 1};
|
||||
syn = {.type = EV_SYN, .code = SYN_REPORT, .value = 0},
|
||||
esc_up = {.type = EV_KEY, .code = KEY_ESC, .value = 0},
|
||||
ctrl_up = {.type = EV_KEY, .code = KEY_LEFTCTRL, .value = 0},
|
||||
esc_down = {.type = EV_KEY, .code = KEY_ESC, .value = 1},
|
||||
ctrl_down = {.type = EV_KEY, .code = KEY_LEFTCTRL, .value = 1};
|
||||
// clang-format on
|
||||
|
||||
void print_usage(FILE *stream, const char *program) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user