mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
config, input: allow configuring select-override modifiers
This commit is contained in:
parent
281127cae1
commit
a4d53bdf88
6 changed files with 100 additions and 19 deletions
5
input.h
5
input.h
|
|
@ -27,4 +27,9 @@ extern const struct wl_pointer_listener pointer_listener;
|
|||
|
||||
void input_repeat(struct seat *seat, uint32_t key);
|
||||
|
||||
void get_current_modifiers(const struct seat *seat,
|
||||
xkb_mod_mask_t *effective,
|
||||
xkb_mod_mask_t *consumed,
|
||||
uint32_t key);
|
||||
|
||||
const char *xcursor_for_csd_border(struct terminal *term, int x, int y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue