mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Use 't' as key equivalent for the font panel; 'f' is for 'find'
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14707 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3a669f528f
commit
ca715b758a
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ static Class fontPanelClass = Nil;
|
|||
// First an entry to start the font panel
|
||||
menuItem = [_fontMenu addItemWithTitle: @"Font Panel"
|
||||
action: @selector(orderFrontFontPanel:)
|
||||
keyEquivalent: @"f"];
|
||||
keyEquivalent: @"t"];
|
||||
[menuItem setTarget: self];
|
||||
|
||||
// Entry for italic
|
||||
|
|
Loading…
Reference in a new issue