Hi,

the profiler keybinding (alt-5) conflicts with a german keyboard
mapping (alt-5 & alt-6 is [ ]). Making it impossible to type in
quotations.

alt-0 isn't important though:

diff --git a/Factor.app/Contents/Frameworks/libfreetype.6.dylib b/Factor.app/Con
diff --git a/extra/ui/tools/tools.factor b/extra/ui/tools/tools.factor
index 8e2eeaa..7f7621f 100755
--- a/extra/ui/tools/tools.factor
+++ b/extra/ui/tools/tools.factor
@@ -71,7 +71,7 @@ workspace "tool-switching" f {
     { T{ key-down f { A+ } "2" } com-browser }
     { T{ key-down f { A+ } "3" } com-inspector }
     { T{ key-down f { A+ } "4" } com-walker }
-    { T{ key-down f { A+ } "5" } com-profiler }
+    { T{ key-down f { A+ } "0" } com-profiler }
 } define-command-map

 \ workspace-window

Cheers,
Dirk

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to