diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-04-04 11:44:20 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-04-04 11:44:20 +0000 |
| commit | fe9b1fce285bc5e1ba5579f04fe9531ff87be19b (patch) | |
| tree | 498b43c716b6ef30897bdaa390079607dd78c84b /src | |
| parent | 23655ba4d55a94d2bd09db0ce301097878deb6f2 (diff) | |
STR 1195: caret key lookup entry was missing on Mac OS X
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4897 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_mac.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index eba9ea1fb..4693f8316 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -121,7 +121,7 @@ enum { kEventFLTKBreakLoop = 1, kEventFLTKDataReady }; static unsigned short macKeyLookUp[128] = { 'a', 's', 'd', 'f', 'h', 'g', 'z', 'x', - 'c', 'v', 0/*ISO extra ('#' on German keyboard)*/, 'b', 'q', 'w', 'e', 'r', + 'c', 'v', '^', 'b', 'q', 'w', 'e', 'r', 'y', 't', '1', '2', '3', '4', '6', '5', '=', '9', '7', '-', '8', '0', ']', 'o', |
