我有绑定2个键的tkinter代码。
self.TKroot.bind('<Cancel>', self._callback_main_debugger_window_create_keystroke)
self.TKroot.bind('<Pause>', self._callback_popout_window_create_keystroke)
在PC上,这些映射到BREAK和CONTROL + BREAK。
无法弄清楚如何在Mac键盘上调用它们。我需要按哪些键盘键才能使这2个事件在tkinter中发生?