API console has no command history.

Bug #94795 reported by Will Thompson
2
Affects Status Importance Assigned to Milestone
Jokosher
Fix Released
Medium
David Corrales

Bug Description

It would be lovely if I could hit Up or Ctrl-Up or something and get at previous commands, much as I can at the shell.

Revision history for this message
David Corrales (davidcorrales) wrote : Re: [Bug 94795] API console has no command history.

The up arrow can't be used since gtk catches it for moving between control.
Pretty much the same problem with using spacebar as play/pause.
About Ctrl+up... that looks like a good option. I'll look into it.

On 3/22/07, Will Thompson <email address hidden> wrote:
>
> Public bug reported:
>
> It would be lovely if I could hit Up or Ctrl-Up or something and get at
> previous commands, much as I can at the shell.
>
> ** Affects: jokosher (upstream)
> Importance: Undecided
> Status: Unconfirmed
>
> --
> API console has no command history.
> https://launchpad.net/bugs/94795
>

Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

You should be able to catch the up arrow by catching key-pressed events from the text entry widget; it's only when you want to use a standard GTK key combination globally that you'll have problems, it's perfectly okay to catch a key press on the currently focused widget. You can see an example of this in the EventViewer.

Revision history for this message
David Corrales (davidcorrales) wrote :

I was glady wrong on this issue :)
You can use the up/down keys to search through the previous commands history.

Changed in jokosher:
assignee: nobody → davidcorrales
importance: Undecided → Medium
status: Unconfirmed → Fix Committed
Laszlo Pandy (laszlok)
Changed in jokosher:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.