Shortcut options - Giswater/giswater_dbmodel GitHub Wiki
In order to work as fast as possible, there are a few options to configure the custom shortcut options:
QGIS environment
The QGIS project has the option to work with shortcuts:
Settings menu -> Keyboard shorcuts
You can configure them as you want.
Giswater environment
On Giswater you can configure your own shortcuts. There are two types of them:
- For the whole system (everybody in the company will use the same ones) like
add_point
andadd_line
actions are related to the specific feature and can be defined on a table cat_feature. - For each user (everybody has their own shortcut environment), which are actions used in the plugin toolbar buttons.
WARNING: In case of conflict between QGIS and Giswater or in case of conflict between two Giswater actions, configurated using same shortcut, the plugin will crash and no action will be executed. Be careful at this point!!!
SYSTEM (database)
Here you can see the database definition of cat_feature table
.
Fill in the shortcut column
to configure it and it will work automatically. You don't need to restart QGIS.
USER (plugin)
To work with user settings go to:
Giswater menu -> Advanced
Fill in the shortcut column to enable it and restart QGIS.