QuitActionにCtrl+Qのショートカットを指定。
1 parent 818aaa8 commit 4fa893005fcb94f933e44eaf59e1b9d1af78c058
@TAM (Teppei Tamra) TAM (Teppei Tamra) authored on 29 May 2018
Showing 1 changed file
View
3
■■
saoriwindow.ui
<action name="action_Quit">
<property name="text">
<string>&amp;Quit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionShow_Hide_Timeline_List">
<property name="checkable">
<bool>true</bool>