Opened 16 years ago
Last modified 8 years ago
#497 new enhancement
Add keyboard shortcuts to v.digit (like pre-6-GRASS
Reported by: | janh | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.5.0 |
Component: | wxGUI | Version: | unspecified |
Keywords: | vector digitizer, shortcuts | Cc: | |
CPU: | All | Platform: | All |
Description
In the old, pre-6 v.digit, all commands were given by keyboard shortcuts. That took some exercise, but once you had it in your fingers (literally), you could digitize much faster than with the present click-button interface. I would guess it isn't all too difficult to add the old keyboard shortcuts to the system. Any idea from the developers whether this could be done? I still have GRASS 5.7 running for digitizing only. Beats every other package.
Jan Hartmann
Attachments (1)
Change History (11)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Keywords: | vector digitizer shortcuts added |
Milestone: | 6.4.0 → 6.5.0 |
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
see the two manuals here:
and source:grass/branches/releasebranch_5_5/src/mapdev/v.digit/menu_defines.h@#L79
Hamish
follow-ups: 5 7 comment:4 by , 15 years ago
In r39911 are implemented sample hot-keys
- 'p' - digitize point
- 'l' - digitize line
Can you attached list of desired hot-keys?
hot-key - action
Thanks, Martin
comment:5 by , 15 years ago
by , 15 years ago
Attachment: | grass54_keys.txt added |
---|
comment:6 by , 15 years ago
Attached the GRASS5.4 keys (somewhat simplified, zoom added) and the way they are ordered. I am not sure how much of this can be integrated in the new GUI, as it is a bit unlike the usual GUI hotkeys, but IMHO it is very systematic and clearer than any other digitizing software I have worked with. The most used keys are in the Zoom, Edit and Label menus, but the keys in the other menus are very useful too. Perhaps an extra menu could be created for some of these.
Jan
comment:7 by , 15 years ago
-- Hoping my suggestion is not too much off topic (dealing with a shortcut calling a temporary function) --
it is very convenient to be able to pan on-the-fly while digitizing large objects. It's already possible in a way by zooming/unzooming with the mouse wheel but not strictly panning. As an example, Qgis allows this action by depressing the space bar ; the interest being not to be forced to quit the editing tool for panning.
Vincent.
comment:8 by , 15 years ago
Vincent's suggestion could be implemented by way of the arrow keys, perhaps with shift-arrow for larger panning steps.
Jan
comment:10 by , 8 years ago
Cc: | removed |
---|---|
Owner: | changed from | to
Status: | assigned → new |
Can you attach list of key shortcuts used in pre-6 v.digit? Thanks.