[GRASS-dev] [GRASS GIS] #960: Seom hotkeys disabled in 6.5 wxgui

#960: Seom hotkeys disabled in 6.5 wxgui
----------------------------+-----------------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: minor | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Keywords: hotkeys, wxgui | Platform: Linux
      Cpu: x86-64 |
----------------------------+-----------------------------------------------
Hi,

In the Grass 6.5 wxpython gui, using Ctrl+E closes the wxgui down nicely,
but Ctrl+Q doesn't exit Grass completely, it performs the same function as
Ctrl+E; is it supposed to exit Grass, including exiting it from the shell
as well?

In trunk, Ctrl+Q exits both the wxpython gui and closes the Grass session
running on the shell.

One other thing I noticed about the wxpython hotkeys - both 6.5 and trunk
have the 'add raster layer' and 'add vector layer' button with hotkeys
labelled Ctrl+R and Ctrl+V respectively, but these hotkeys seem to be
disabled.

Thanks,

~ Eric.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/960&gt;
GRASS GIS <http://grass.osgeo.org>

#960: Some hotkeys disabled in 6.5 wxgui
----------------------+-----------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: minor | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords: hotkeys, wxgui
  Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Changes (by cmbarton):

  * summary: Seom hotkeys disabled in 6.5 wxgui => Some hotkeys disabled
              in 6.5 wxgui

Comment:

The GRASS shutdown, with Cmd/Ctl-Q or from the menus, doesn't work for me
in GRASS 7 either. It's a good idea, but needs some work still.

Ctrl/Cmd-V is used for the Paste function on all platforms and should not
be mapped to a special function in GRASS. Same thing goes for Ctrl/Cmd-C
(copy), Ctrl/Cmd-X (cut), Ctrl/Cmd-W (close window), Ctrl/Cmd-A (select
all), and Ctrl/Cmd-Z (undo). Additionally, Ctrl/Cmd-P is commonly used for
print, Ctrl/Cmd-F for find, Ctrl/Cmd-G find again, and Ctrl/Cmd-O for
open. It would be wise to avoid these common hot key mappings too.

Michael

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/960#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>