PATCH: Treeview and arrow key navigation - Mailing list pgadmin-hackers

From Prasad
Subject PATCH: Treeview and arrow key navigation
Date
Msg-id trinity-efc0bee7-9862-47c9-aea6-0bc414af6c48-1425941039897@3capp-mailcom-lxa07
Whole thread Raw
Responses Re: PATCH: Treeview and arrow key navigation
List pgadmin-hackers
Hi,

Find attached patch for making arrow keys usable on non-windows(Ubuntu in my case) platform.
this patch will work in this way
 ---> key :- If item has no child , not effect.If it has children, and is not expanded. This key will expand it. If it
haschildren and already expanded, go to first child. 

<--- key :- If item has no child, go to parent item. If it has children and expanded , collapse it. If it has children
andalready collapsed, go to parent item. 

Remaining two keys are working as they should be.

regards,
Prasad Somwanshi

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update the setup script and config database to handle
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin III commit: Resolved an assertion error opening the plugin popu