logo

inaban

Unnamed repository; edit this file 'description' to name the repository.
commit: fd988723948cc946481a66ab5256339c20982609
parent: 69360ac7ec8c213186d52a66cb412fa784b40fa2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  1 Jul 2019 06:24:15 +0200

Use Tab instead of F1 for switching of views

Diffstat:

Minaban.c4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inaban.c b/inaban.c @@ -168,12 +168,12 @@ handle_keybinding(struct inaban_server *server, xkb_keysym_t sym) * processing keys, rather than passing them on to the client for its own * processing. * - * This function assumes Alt is held down. + * This function assumes Mod (such as Alt or Logo) is held down. */ switch(sym) { case XKB_KEY_Escape: wl_display_terminate(server->wl_display); break; - case XKB_KEY_F1: + case XKB_KEY_ht: /* Cycle to the next view */ if(wl_list_length(&server->views) < 2) {