Keyboard shortcuts are customizable from within Grafx2.

2 shortcuts per function. You can use keys, MouseWheel, Middlebutton, joystick buttons,
in combination with Alt, Shift, Control.



git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@609 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-02-07 23:36:11 +00:00
parent 2e2cd8073d
commit 9d428e1e38
11 changed files with 222 additions and 1108 deletions

View File

@@ -81,16 +81,17 @@ static const T_TABLEAIDE TableAideLicense[] =
};
static const T_TABLEAIDE TableAideHelp[] =
{
AIDE_TITRE("HELP")
AIDE_TITRE(" HELP")
AIDE_TEXTE("")
AIDE_TEXTE(" Contextual help is available by pressing")
AIDE_LIEN (" the %s key",0x100+BOUTON_AIDE)
AIDE_TEXTE(" You can do it while hovering a menu icon,")
AIDE_TEXTE(" or while a window is open.")
AIDE_TEXTE(" When a keyboard shortcut is displayed it's")
AIDE_TEXTE(" your current configuration and you can")
AIDE_TEXTE(" change it by clicking it.")
AIDE_TEXTE("")
AIDE_BOLD (" LIST OF KEYBOARD SHORTCUTS")
AIDE_TEXTE("")
AIDE_TEXTE("This is your current configuration.")
AIDE_TITRE(" KEYBOARD SHORTCUTS")
AIDE_TEXTE("")
AIDE_TEXTE("Scroll visible area")
AIDE_LIEN (" up: %s", SPECIAL_SCROLL_UP)