Author Topic: F2 should "rename"  (Read 3659 times)

Offline madshi

  • Contributor
  • ***
  • Posts: 25
    • http://www.madshi.net
F2 should "rename"
« on: October 26, 2007, 01:58:20 PM »
I'm used to press F2 to rename things in the Windows Explorer (and also in other programs). So I often press F2 in altbinz accidently when I want to rename something. Wouldn't it be reasonable to use the same key logic in altbinz that's also used in the Explorer?

Thanks!

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
F2 should "rename"
« Reply #1 on: October 26, 2007, 02:55:16 PM »
you can do that yourself.

go to altbinz/lang and edit your language file and change it:

Code: [Select]
DQ_Renamegroupnamemenuitem_SHORTCUT=Ctrl+R

to

Code: [Select]
DQ_Renamegroupnamemenuitem_SHORTCUT=F2

Offline madshi

  • Contributor
  • ***
  • Posts: 25
    • http://www.madshi.net
F2 should "rename"
« Reply #2 on: October 26, 2007, 04:04:20 PM »
Cool, didn't know that. Thanks!