Opened 13 years ago
Closed 8 years ago
#1377 closed enhancement (fixed)
wingrass7 hotkey Ctrl+V an have unexpected behaviour from windows user point of view
| Reported by: | MilenaN | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.0.5 |
| Component: | wxGUI | Version: | unspecified |
| Keywords: | hotkeys, wxgui | Cc: | |
| CPU: | x86-64 | Platform: | MSWindows 7 |
Description
I wanted to paste some string into command line in wingrass7 using Ctrl+V, instead d.vect window popped up at me.
In wingrass6.5 Ctrl+V works as expected.
See also #960
Change History (2)
comment:1 by , 8 years ago
| Milestone: | 7.0.0 → 7.0.5 |
|---|
comment:2 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

It seems that
Ctrl+Vis not used like this anymore. It should beCtrl+Shift+V:$ cd grass/source/code $ grep --exclude-dir={.svn,OBJ.*,locale,dist.*} -IrnEi "ctrl.shift.V" gui/wxpython/xml/wxgui_items.xml:175: <shortcut>Ctrl+Shift+V</shortcut> gui/wxpython/docs/wxGUI.html:594: <dt>Ctrl+Shift+V</dt> gui/wxpython/lmgr/toolbars.py:96: _("Add vector map layer (Ctrl+Shift+V)")), $ grep --color=auto --exclude-dir={.svn,OBJ.*,locale,dist.*} -IrnEi "ctrl.V" gui/wxpython/xml/menudata_psmap.xml:71: <shortcut>Ctrl+V</shortcut>Tested on Ubuntu, closing as fixed, reopen if needed.