如何在文本小部件中使用选项组合键

时间:2010-07-28 14:03:02

标签: macos tcl tk

在Mac上我可以通过输入Option +`然后输入 - voilà来获得一个严重的角色!

但是,当使用文本小部件时,Option +`组合会导致希望意外退出。

有没有办法解决这个问题?是否有一个绑定来处理这个问题,并允许我在文本中插入一个字符。我正在处理的语言(沃洛夫)大约有8个特殊字符。

我真的只想让tk提供'正常'的Mac输入编码。

电话

以下是遇到的错误的详细信息

2010-07-28 11:57:18.396 Wish[2047:903] An uncaught exception was raised
2010-07-28 11:57:18.400 Wish[2047:903] *** -[NSCFString characterAtIndex:]: Range or index out of bounds
2010-07-28 11:57:18.401 Wish[2047:903] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSCFString characterAtIndex:]: Range or index out of bounds'
*** Call stack at first throw:
(
    0   CoreFoundation                      0x00007fff834edcc4 __exceptionPreprocess + 180
    1   libobjc.A.dylib                     0x00007fff840d50f3 objc_exception_throw + 45
    2   CoreFoundation                      0x00007fff834edae7 +[NSException raise:format:arguments:] + 103
    3   CoreFoundation                      0x00007fff834eda74 +[NSException raise:format:] + 148
    4   Foundation                          0x00007fff808e23c9 -[NSCFString characterAtIndex:] + 97
    5   Tk                                  0x00000001000bdbcf Tk_SetCaretPos + 663
    6   Tk                                  0x00000001000c3d94 Tk_MacOSXSetupTkNotifier + 699
    7   Tcl                                 0x00000001001c62ae Tcl_DoOneEvent + 297
    8   Tk                                  0x000000010001c07c Tk_MainLoop + 24
    9   Tk                                  0x0000000100028ab0 Tk_MainEx + 1555
    10  Wish                                0x0000000100004545 0x0 + 4294985029
    11  Wish                                0x00000001000044a4 0x0 + 4294984868
)
terminate called after throwing an instance of 'NSException'
/usr/bin/wish: line 2:  2047 Abort trap              "$(dirname $0)/../../System/Library/Frameworks/Tk.framework/Versions/8.5/Resources/Wish.app/Contents/MacOS/Wish" "$@"

0 个答案:

没有答案