[GRASS-dev] [GRASS GIS] #1377: wingrass7 hotkey Ctrl+V an have unexpected behaviour from windows user point of view

#1377: wingrass7 hotkey Ctrl+V an have unexpected behaviour from windows user
point of view
--------------------------+----------------------------
  Reporter: MilenaN | Owner: grass-dev@…
      Type: enhancement | Status: closed
  Priority: normal | Milestone: 7.0.5
Component: wxGUI | Version: unspecified
Resolution: fixed | Keywords: hotkeys, wxgui
       CPU: x86-64 | Platform: MSWindows 7
--------------------------+----------------------------
Changes (by wenzeslaus):

* status: new => closed
* resolution: => fixed

Comment:

It seems that `Ctrl+V` is not used like this anymore. It should be
`Ctrl+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.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1377#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>