mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
osd: support 'alt-tab' on screen display
The osd window shows title, app_id/class and shell of all views that can be cycled between.
This commit is contained in:
parent
86c384b227
commit
77ade08158
8 changed files with 200 additions and 109 deletions
|
|
@ -72,6 +72,8 @@ keyboard_key_notify(struct wl_listener *listener, void *data)
|
|||
/* cycle to next */
|
||||
server->cycle_view =
|
||||
desktop_cycle_view(server, server->cycle_view);
|
||||
osd_update(server);
|
||||
damage_all_outputs(server);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue