Please assign a shortcut that would set focus automatically to the subtitle textbox.
Some professional software use "Esc" key for this. So, if the focus is on the subtitle list, you press Esc, and the cursor is set on the subtitle text. This saves a lot of time as you don't need to use the mouse or press TAB several times.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2015-06-24
You can use shift + tab and the cursor is set on the subtitle text.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you dont want or know how to modify the source code... you could do this with a Resource Editor. I recomend you Resource Hacker.
You have to decompress the exe before edit with Resource Hacker because it is compressed with UPX.
After that you have to open SubtitleWorkshop.exe with Resource Hacker. In RCData you have to edit TFRMMAIN what is the Main form. You have to change the TabOrder of pnlTextControls from 1 to 0 and TabOrder of pnlTimingControls from 0 to 1. Compile Script (Green Play Button) and save.
Now you can change from Subtitle List to Subtitle Textbox with Tab and Shift+Tab.
Last edit: antekgla 2017-01-29
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please assign a shortcut that would set focus automatically to the subtitle textbox.
Some professional software use "Esc" key for this. So, if the focus is on the subtitle list, you press Esc, and the cursor is set on the subtitle text. This saves a lot of time as you don't need to use the mouse or press TAB several times.
You can use shift + tab and the cursor is set on the subtitle text.
If you dont want or know how to modify the source code... you could do this with a Resource Editor. I recomend you Resource Hacker.
You have to decompress the exe before edit with Resource Hacker because it is compressed with UPX.
After that you have to open SubtitleWorkshop.exe with Resource Hacker. In RCData you have to edit TFRMMAIN what is the Main form. You have to change the TabOrder of pnlTextControls from 1 to 0 and TabOrder of pnlTimingControls from 0 to 1. Compile Script (Green Play Button) and save.
Now you can change from Subtitle List to Subtitle Textbox with Tab and Shift+Tab.
Last edit: antekgla 2017-01-29