pgAdmin III commit: Fix Select All to accept Cmd-A on Mac OS X - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix Select All to accept Cmd-A on Mac OS X
Date
Msg-id E1Qsy52-00069a-VW@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix Select All to accept Cmd-A on Mac OS X

Ctrl-A was working, but we didn't provide a way to use Cmd-A which is
more popular on Mac OS X.

Report from Christophe Chauvet.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9dc46d938733cc822453b68dfd3ffdc21bedb9f1

Modified Files
--------------
pgadmin/frm/frmQuery.cpp |    9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Makes sure we set a size to the Size column
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Redesign the options window