[Geany] Couple of small patches

Enrico Tröger enrico.troeger at xxxxx
Fri Dec 14 15:53:50 UTC 2007


On Thu, 13 Dec 2007 11:31:33 +0000, "Catalin Marinas"
<catalin.marinas at 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

-- 
Get my GPG key from http://www.uvena.de/pub.key
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.geany.org/pipermail/users/attachments/20071214/c3b49b21/attachment.pgp>


More information about the Users mailing list