mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
add accel for debug action
This commit is contained in:
parent
9904dfcb34
commit
0c638026e3
@ -238,6 +238,11 @@ Browser::Browser(
|
|||||||
"<Primary>Right"
|
"<Primary>Right"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
APP->set_accel_for_action(
|
||||||
|
"win.tools_debug",
|
||||||
|
"<Primary>i"
|
||||||
|
);
|
||||||
|
|
||||||
APP->set_accel_for_action(
|
APP->set_accel_for_action(
|
||||||
"win.quit",
|
"win.quit",
|
||||||
"<Primary>q"
|
"<Primary>q"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user