Commit c320083
You name
feat: use Tab key to switch between split panes
When split view is active (two panes visible), pressing Tab switches
focus to the other pane. When split view is not active, Tab behaves
normally (GTK default focus traversal).
The handler runs before GTK's default key-press processing so that
Tab is intercepted before it gets consumed by the focus chain.
Inspired by: linuxmint#36481 parent 0ba73e5 commit c320083
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1233 | 1233 | | |
1234 | 1234 | | |
1235 | 1235 | | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
1236 | 1248 | | |
1237 | 1249 | | |
1238 | 1250 | | |
| |||
0 commit comments