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