forked from mia/Aegisub
Add KP_Enter to the default hotkeys for commit in the translation assistant and styling assistant. Closes #1414.
Originally committed to SVN as r6486.
This commit is contained in:
parent
7f513e675d
commit
8e0f6c8d25
1 changed files with 8 additions and 0 deletions
|
@ -605,6 +605,10 @@
|
|||
{
|
||||
"modifiers" : [],
|
||||
"key" : "Enter"
|
||||
},
|
||||
{
|
||||
"modifiers" : [],
|
||||
"key" : "KP_Enter"
|
||||
}
|
||||
],
|
||||
"grid/line/next" : [
|
||||
|
@ -650,6 +654,10 @@
|
|||
{
|
||||
"modifiers" : [],
|
||||
"key" : "Enter"
|
||||
},
|
||||
{
|
||||
"modifiers" : [],
|
||||
"key" : "KP_Enter"
|
||||
}
|
||||
],
|
||||
"tool/translation_assistant/insert_original" : [
|
||||
|
|
Loading…
Reference in a new issue