mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add accel for debug action
This commit is contained in:
parent
9904dfcb34
commit
0c638026e3
1 changed files with 5 additions and 0 deletions
|
|
@ -238,6 +238,11 @@ Browser::Browser(
|
|||
"<Primary>Right"
|
||||
);
|
||||
|
||||
APP->set_accel_for_action(
|
||||
"win.tools_debug",
|
||||
"<Primary>i"
|
||||
);
|
||||
|
||||
APP->set_accel_for_action(
|
||||
"win.quit",
|
||||
"<Primary>q"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue