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

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 910
Date       : Thu Apr 27 15:45:48 BST 2006

Changed paths:
   M /Trunk/XaraLX/wxOil/xrc/STANDARD_HOTKEYS.res

Fix for Fn keys, this shouldn't break any more keys (only change Fn areas of hotkey file)


Diff:
Index: Trunk/XaraLX/wxOil/xrc/STANDARD_HOTKEYS.res
===================================================================
--- Trunk/XaraLX/wxOil/xrc/STANDARD_HOTKEYS.res	(revision 909)
+++ Trunk/XaraLX/wxOil/xrc/STANDARD_HOTKEYS.res	(revision 910)
@@ -78,34 +78,34 @@
 HotKey  0x38		Alternative		"Alt+8"				"TOOL25"
 HotKey  0x39		Alternative		"Alt+9"				"TOOL3"
 HotKey  0x30		Alternative		"Alt+0"				"TOOL4"
-HotKey  0x157						"F2"				"TOOL7"
-HotKey  0x158						"F3"				"TOOL6"
-HotKey  0x159						"F4"				"TOOL11"
-HotKey  0x15A						"F5"				"TOOL13"
-HotKey	0x15B						"F6"				"TOOL17"
-HotKey	0x15C						"F7"				"TOOL16"
-HotKey	0x15D						"F8"				"TOOL21"
-HotKey	0x157	Adjust				"Shift+F2"			"TOOL18"
-HotKey	0x158	Adjust				"Shift+F3"			"TOOL5"
-HotKey	0x159	Adjust				"Shift+F4"			"TOOL12"
-HotKey	0x15A	Adjust				"Shift+F5"			"TOOL14"
-HotKey	0x15B	Adjust				"Shift+F6"			"TOOL19"
-HotKey	0x15C	Adjust				"Shift+F7"			"TOOL4"
-HotKey	0x15D	Adjust				"Shift+F8"			"TOOL3"
-HotKey	0x157	Constrain			"Ctrl+F2"			"TOOL22"
-HotKey  0x158	Constrain			"Ctrl+F3"			"TOOL23"
-HotKey  0x15A	Constrain			"Ctrl+F5"			"TOOL26"
-HotKey	0x15C	Constrain			"Ctrl+F7"			"TOOL24"
-HotKey	0x15D	Constrain			"Ctrl+F8"			"TOOL25"
-HotKey	0x15E						"F9"				"DisplayColourGallery"
-HotKey	0x15F						"F10"				"DisplayLayerGallery"
-HotKey	0x160						"F11"				"DisplayBitmapGallery"
-HotKey	0x161						"F12"				"DisplayLineGallery"
-HotKey	0x15E	Adjust				"Shift+F9"			"DisplayFontsGallery"
-HotKey	0x15F	Adjust				"Shift+F10"			"DisplayClipartGallery"
-HotKey	0x160	Adjust				"Shift+F11"			"DisplayFillsGallery"
-HotKey	0x161	Adjust				"Shift+F12"			"DisplayFrameGallery"
-HotKey	0x15e	Adjust Constrain	"Ctrl+Shift+F9"		"DisplayNameGallery"
+HotKey  0x157	Extended			"F2"				"TOOL7"
+HotKey  0x158	Extended			"F3"				"TOOL6"
+HotKey  0x159	Extended			"F4"				"TOOL11"
+HotKey  0x15A	Extended			"F5"				"TOOL13"
+HotKey	0x15B	Extended			"F6"				"TOOL17"
+HotKey	0x15C	Extended			"F7"				"TOOL16"
+HotKey	0x15D	Extended			"F8"				"TOOL21"
+HotKey	0x157	Adjust Extended		"Shift+F2"			"TOOL18"
+HotKey	0x158	Adjust Extended		"Shift+F3"			"TOOL5"
+HotKey	0x159	Adjust Extended		"Shift+F4"			"TOOL12"
+HotKey	0x15A	Adjust Extended		"Shift+F5"			"TOOL14"
+HotKey	0x15B	Adjust Extended		"Shift+F6"			"TOOL19"
+HotKey	0x15C	Adjust Extended		"Shift+F7"			"TOOL4"
+HotKey	0x15D	Adjust Extended		"Shift+F8"			"TOOL3"
+HotKey	0x157	Constrain Extended	"Ctrl+F2"			"TOOL22"
+HotKey  0x158	Constrain Extended	"Ctrl+F3"			"TOOL23"
+HotKey  0x15A	Constrain Extended	"Ctrl+F5"			"TOOL26"
+HotKey	0x15C	Constrain Extended	"Ctrl+F7"			"TOOL24"
+HotKey	0x15D	Constrain Extended	"Ctrl+F8"			"TOOL25"
+HotKey	0x15E	Extended			"F9"				"DisplayColourGallery"
+HotKey	0x15F	Extended			"F10"				"DisplayLayerGallery"
+HotKey	0x160	Extended			"F11"				"DisplayBitmapGallery"
+HotKey	0x161	Extended			"F12"				"DisplayLineGallery"
+HotKey	0x15E	Adjust Extended		"Shift+F9"			"DisplayFontsGallery"
+HotKey	0x15F	Adjust Extended		"Shift+F10"			"DisplayClipartGallery"
+HotKey	0x160	Adjust Extended		"Shift+F11"			"DisplayFillsGallery"
+HotKey	0x161	Adjust Extended		"Shift+F12"			"DisplayFrameGallery"
+HotKey	0x15e	Adjust Constrain Extended		"Ctrl+Shift+F9"		"DisplayNameGallery"
 HotKey	0x13d		Extended									  "CursorUp"					"NudgeUp1"
 HotKey	0x13d		Extended	Constrain						  "Ctrl+CursorUp"				"NudgeUp5"
 HotKey	0x13d		Extended	Adjust							  "Shift+CursorUp"				"NudgeUp10"


Xara