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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix Select All to accept Cmd-A on Mac OS X
Date: 2011-08-15 14:23:52
Message-ID: E1Qsy52-00069a-VW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-08-15 14:27:22 pgAdmin III commit: Redesign the options window
Previous Message Guillaume Lelarge 2011-08-15 13:07:15 Re: New options dialog