gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] User configurable shortcuts


From: Piotr Eljasiak
Subject: Re: [gcmd-dev] User configurable shortcuts
Date: Sun, 22 Apr 2007 23:45:19 +0200

> Hooowever. I can't get it running.
> 
> In gnome-commander config, 
> 
> <control><shift>f1=file.create_symlink
> 
> but it still is set to f5 after a restart, none of the new bindings works. 
> I can not see anything in the full debug output. This is todays svn revision 
> 860.
> My testing section so far is,
> 
> [key-bindings]
> <control>f=edit.search
> <control>r=file.advrename
> <control><shift>f1=file.create_symlink
> 
> ...is the section name spelled correctly ?

Yes, it is.

I've added '<control><shift>f1=file.create_symlink' to my
~/.gnome2/gnome-commander config file and it works for me. You can check
your key bindings with -d=a option. The lines with '[key-bindings]'
refer to entries read from config file, the latter ones are logging of 
recognised key events. Here goes the log from my box:

        $ gnome-commander -d=a
        [AA] [key-bindings]     <shift><control>f1=file.create_symlink
        [AA] [key-bindings]     <control>kp.5=plugins.execute_python|
        md5sum
        [AA] [key-bindings]     <control>5=plugins.execute_python|md5sum
        [AA] [key-bindings]     <control>2=file.diff
        [AA] [key-bindings]     <control>f12=edit.filter
        [AA] [key-bindings]     <shift><control>f5=file.create_symlink
        [AA] [key-bindings]     <alt>f3=file.external_view
        [AA] [key-bindings]     <shift>f3=file.internal_view
        [AA] [key-bindings]     <control>kp.subtract=mark.unselect_all
        [AA] [key-bindings]     <control>kp.add=mark.select_all
        [AA] [key-bindings]     <control>t=file.advrename
        [AA] [key-bindings]     <control>r=view.refresh
        [AA] [key-bindings]     <control>o=options.edit
        [AA] [key-bindings]     <control>m=file.advrename
        [AA] [key-bindings]     <control>g=connections.ftp_quick_connect
        [AA] [key-bindings]     <shift><control>f=connections.close
        [AA] [key-bindings]     <control>f=connections.ftp_connect
        [AA] [key-bindings]     <control>d=bookmarks.edit
        [AA] [key-bindings]     <shift><control>a=mark.unselect_all
        [AA] [key-bindings]     <control>a=mark.select_all
        [AA] [key-bindings]     <control>equal=mark.select_all
        [AA] [key-bindings]     <control>minus=mark.unselect_all
        [AA] Key event:  <shift><control>f1 (0xffbe)
        [AA] Handling key event by file.create_symlink()
        

The only explanation why it is not working for you that is coming to me
is that you edit config file while gcmd running at the same time... Am I
right?


Hope it'll help,
Piotr





reply via email to

[Prev in Thread] Current Thread [Next in Thread]