bug-xboard
[Top][All Lists]
Advanced

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

Re: [Bug-XBoard] [bug #43112] XBoard*form.translations doesn't work anym


From: h . g . muller
Subject: Re: [Bug-XBoard] [bug #43112] XBoard*form.translations doesn't work anymore
Date: Sun, 31 Aug 2014 12:53:18 +0200
User-agent: SquirrelMail

Actually I might have spoken a bit hastily. The Xaw version still seems to
use .Xresources for defining translations, just not other preferences. The
mechanism has changed, however, as the functions that would perform the
desired actions are no longer logged with the X-server. Only the generic
function 'MenuItem' is, andyou have to pass it the name of the menu item.
It will then take care to map that menu-item name to the corresponding
internal routine.

So the following should work:

XBoard*form.translations: \
  Ctrl<Key>g: MenuItem(Action.Resign) \n\
  ...

which would make Ctrl-G perform the same action as hitting Resign in the
Action menu would.

H.G.


Op Zo, 31 augustus, 2014 11:06 am schreef Diff Set:
> URL:
> <http://savannah.gnu.org/bugs/?43112>
>
>
> Summary: XBoard*form.translations doesn't work anymore
> Project: XBoard
> Submitted by: diffset
> Submitted on: So 31 Aug 2014 09:06:43 GMT
> Category: None
> Severity: 3 - Normal
> Item Group: Feature request
> Status: None
> Assigned to: None
> Open/Closed: Open
> Discussion Lock: Any
> Release: None
>
>
> _______________________________________________________
>
>
> Details:
>
>
> Hi,
>
>
> I recently upgraded to Version 4.7.3 from a much older Version and now my
>  keyboard shortcuts don't work anymore. It seems the code for vanished
> completely from the source. ResignProc for instance can only be found in
> the three files xboard.info, xboard.texi and xboard.man. So can you please
> make shortcuts configurable again?
>
> Thanks
>
>
>
>
>
> _______________________________________________________
>
>
> Reply to this item at:
>
>
> <http://savannah.gnu.org/bugs/?43112>
>
>
> _______________________________________________
> Nachricht gesendet von/durch Savannah
> http://savannah.gnu.org/
>
>
>
> _______________________________________________
> Bug-XBoard mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-xboard
>
>





reply via email to

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