Searched refs:cycle_windows (Results 1 – 8 of 8) sorted by relevance
53 cycle_windows = cycle(reversed(visible_windows)) variable55 cycle_windows = cycle(visible_windows)57 for window in cycle_windows:59 focus_to = next(cycle_windows)
851 auto cycle_windows = GetWindows(cycle_controller); in TEST_F() local852 EXPECT_EQ(4u, cycle_windows.size()); in TEST_F()935 EXPECT_EQ(1u, cycle_windows.size()); in TEST_F()943 cycle_windows = GetWindows(cycle_controller); in TEST_F()944 EXPECT_EQ(1u, cycle_windows.size()); in TEST_F()953 cycle_windows = GetWindows(cycle_controller); in TEST_F()954 EXPECT_EQ(2u, cycle_windows.size()); in TEST_F()962 cycle_windows = GetWindows(cycle_controller); in TEST_F()963 EXPECT_EQ(2u, cycle_windows.size()); in TEST_F()968 cycle_windows = GetWindows(cycle_controller); in TEST_F()[all …]
53 cycle-windows = /apps/metacity/global_keybindings/cycle_windows
1889 - Prevent setting cycle_windows to keybindings that won't work.
4747 Patch from Thomas Thurman to prevent setting cycle_windows to11656 cycle_windows to be different12473 * src/keybindings.c: implement cycle_windows cycle_panels12475 * src/metacity.schemas.in: add the cycle_windows cycle_panels
4556 Patch from Thomas Thurman to prevent setting cycle_windows to11465 cycle_windows to be different12282 * src/keybindings.c: implement cycle_windows cycle_panels12284 * src/metacity.schemas.in: add the cycle_windows cycle_panels
2174 - Prevent setting cycle_windows to keybindings that won't work.
5330 - Prevent setting cycle_windows to keybindings that won't work.