From 1480073ac0bce004c301fa4ffd825beb99d4b95a Mon Sep 17 00:00:00 2001 From: Mengjuei Hsieh Date: Sat, 1 Oct 2011 00:48:28 -0700 Subject: [PATCH] remove beep upon pressing ESC --- Source/InputMethodController.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/InputMethodController.mm b/Source/InputMethodController.mm index 0143136e..fddd3871 100644 --- a/Source/InputMethodController.mm +++ b/Source/InputMethodController.mm @@ -527,7 +527,8 @@ public: return NO; } - [self beep]; + //[self beep]; + //如果要按 ESC 的時候都已經知道要取消些啥,不必beep } else { _bpmfReadingBuffer->clear();