On Thu, 13 Dec 2007 11:31:33 +0000, "Catalin Marinas" catalin.marinas@gmail.com wrote:
Hi,
The first one is support for "move document first/last" via <Alt>-Home and <Alt>-End. I end up opening tens of files and navigation becomes
Alt-Home and Alt-End are already used by Scintilla, see http://geany.uvena.de/manual/index.html#scintilla-keyboard-commands.
really difficult (and I don't like using the mouse). With these key bindings, I can easily move tabs I use most often to the beginning and quickly switch between them with the context menu key. Ideally, a pop-up with features for easy file selection using the keyboard (similar to the tag completion in the editor window) would be best but
Try pressing the Menu key(the key left to the right Ctrl key on Windows keyboards) or if you don't have it, use Shift-F10. Both are default GTK keybindings. You can also change this keybinding in your ~/.gtkrc-2.0 by adding something like this: binding "CallPopupMenu" { bind "<Shift>F11" { "popup-menu" () } } class "GtkNotebook" binding "CallPopupMenu"
Regards, Enrico