mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
draft pin tab feature
This commit is contained in:
parent
4b78ccb779
commit
f2427c453e
8 changed files with 64 additions and 20 deletions
|
|
@ -15,6 +15,7 @@ fn main() -> glib::ExitCode {
|
|||
|
||||
// Init accels
|
||||
app.set_accels_for_action("win.tab_append", &["<Ctrl>t"]);
|
||||
app.set_accels_for_action("win.tab_pin", &["<Ctrl>p"]);
|
||||
app.set_accels_for_action("win.tab_close", &["<Ctrl>q"]);
|
||||
app.set_accels_for_action("win.debug", &["<Ctrl>i"]);
|
||||
app.set_accels_for_action("win.quit", &["<Ctrl>Escape"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue