/
Changing the default Interrupt key in the GUI mode
Changing the default Interrupt key in the GUI mode
Though it is not possible to change the Interrupt key using the 4GL code directly, you can change it in the GUI mode with the help of the fglprofile.std file.
To change the Interrupt key, you should open the fglprofile.std file located in the $HYDRA_DIR\etc directory and add the “gui.key.interrupt=<your_KEY>”.
For example:
gui.key.interrupt=delete
It can be any other key. However, if you want to specify END or HOME as the interrupt key, you need to put the “key” keyword before the key name.
For example:
gui.key.interrupt=key_end gui.key.interrupt=key_home
It is important that the fglprofile.std file is saved in the ASCII mode. Saving it in Unicode will result in errors
Related articles
Related content
How can I import the existing i4gl files into Hydra4GL using the command line?
How can I import the existing i4gl files into Hydra4GL using the command line?
More like this
Checklist for the application development
Checklist for the application development
More like this
Checklist for runtime
Checklist for runtime
More like this
F-keys (F1, F7) don't work
F-keys (F1, F7) don't work
More like this
Where can I find the log file?
Where can I find the log file?
More like this
Hydra evaluation license limitations
Hydra evaluation license limitations
More like this