mirror of https://github.com/odrling/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
|
@ -605,6 +605,10 @@
|
||||||
{
|
{
|
||||||
"modifiers" : [],
|
"modifiers" : [],
|
||||||
"key" : "Enter"
|
"key" : "Enter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modifiers" : [],
|
||||||
|
"key" : "KP_Enter"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"grid/line/next" : [
|
"grid/line/next" : [
|
||||||
|
@ -650,6 +654,10 @@
|
||||||
{
|
{
|
||||||
"modifiers" : [],
|
"modifiers" : [],
|
||||||
"key" : "Enter"
|
"key" : "Enter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"modifiers" : [],
|
||||||
|
"key" : "KP_Enter"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tool/translation_assistant/insert_original" : [
|
"tool/translation_assistant/insert_original" : [
|
||||||
|
|
Loading…
Reference in New Issue