X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.texi;h=56fa338e0710c9dfac704f9cb3e16ad13126f9b0;hb=85164e1c15746506744f2ff807d7f39228a8b2f4;hp=2c00362af980a184ffd4cb312ca98dd6a99818d5;hpb=e44956f15bba619f1c3ad8fa5927ae1862ef83c0;p=xboard.git diff --git a/xboard.texi b/xboard.texi index 2c00362..56fa338 100644 --- a/xboard.texi +++ b/xboard.texi @@ -1765,12 +1765,12 @@ Currently no keystroke is assigned to this ReloadPositionProc. @end table In the Xaw build of XBoard you can add or remove shortcut keys -using the X resources @code{form.translations}. -Here is an example of what would go in your -@file{.Xresources} file: +using the X resources @code{paneA.translations}. +Here is an example of what could go into your +@file{.Xdefaults} file: @example -XBoard*form.translations: \ +XBoard*paneA.translations: \ Shift?: MenuItem(Help.About) \n\ Ctrly: MenuItem(Action.Accept) \n\ Ctrln: MenuItem(Action.Decline) \n\