mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
ctrlAltTabManager: implement Ctrl-Alt-Tab
Add CtrlAltTabManager, which allows tabbing between StFocusManager groups, and fix up the panel to be keyboard navigable. https://bugzilla.gnome.org/show_bug.cgi?id=618885
This commit is contained in:
parent
f326595202
commit
d3de4e3fbd
4 changed files with 271 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ StTooltip StLabel {
|
|||
transition-duration: 100;
|
||||
}
|
||||
|
||||
.panel-button:active, .panel-button:checked, .panel-button:pressed {
|
||||
.panel-button:active, .panel-button:checked, .panel-button:pressed, .panel-button:focus {
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: #3c3c3c;
|
||||
background-gradient-end: #131313;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue