Properly specify semantics of active and focused

active means active in parent. focused means actually has keyboard
focus.
This commit is contained in:
Kovid Goyal
2022-11-04 10:32:55 +05:30
parent d1eb9340ac
commit 10ad56885e
7 changed files with 75 additions and 49 deletions

View File

@@ -54,7 +54,7 @@ Detailed list of changes
- Wayland: Fix high CPU usage when using some input methods (:pull:`5369`)
- Remote control: When matching window by `state:focused` match the window belonging to the OS window that was last focused (:iss:`5602`)
- Remote control: When matching window by `state:focused` and no window currently has keyboard focus, match the window belonging to the OS window that was last focused (:iss:`5602`)
0.26.4 [2022-10-17]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~