Add a New Comment (Rich Markup)
Until this is done, if at all, you could use AutoHotkey to convert plain keystrokes into their Ctrl counterpart. http://ahkscript.org/ GnuBgKeys.ahk ;--------------------------------------- ; If GnuBg's main window is the active window... #IfWinActive ahk_class gdkWindowToplevel ; Take action on the following keystrokes: d:: SendInput ^d ;<D> sends <Ctrl-D> to double a:: SendInput !ga ;<A> sends <Alt-G><A> (menu option) to accept j:: SendInput !gj ;<J> sends <Alt-G><J> (menu option) to drop r:: SendInput ^r ;<R> sends <Ctrl-R> to roll the dice f:: SendInput ^f ;<F> sends <Ctrl-F> to pick up the dice #IfWinActive ;--------------------------------------- You can change the keys before the '::' to suit yourself and add any other definitions that you like. For instance, you might prefer ::c for Cube (double), ::t for Take (accept), ::p for Pass (reject), ::d for Dice (roll), etc. The keys that are sent must be what GnuBg is expecting. ^ repesents Ctrl, + is Shift and ! is Alt. Comments are denoted by ; and can be edited or removed without effect.
Suggest removing need for holding ctrl for shortcuts, e.g. finished could be changed to F instead of ctrl-F. Especially Roll and Finished would be nice as single key shortcuts.
(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)
Attach Files: Comment:
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Only logged-in users can vote.
Please enter the title of George Orwell's famous dystopian book (it's a date):
Copyright © 2023 Free Software Foundation, Inc. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. The Levitating, Meditating, Flute-playing Gnu logo is a GNU GPL'ed image provided by the Nevrax Design Team. Source Code
Powered by Savane 3.11