Beep when multi-key sequence is aborted by mismatch
This commit is contained in:
parent
66bc86e4f2
commit
063a663958
1 changed files with 2 additions and 0 deletions
|
|
@ -1366,6 +1366,8 @@ def dispatch_possible_special_key(self, ev: KeyEvent) -> bool:
|
|||
if self.global_shortcuts_map and get_shortcut(self.global_shortcuts_map, ev):
|
||||
return True
|
||||
if self.pop_keyboard_mode():
|
||||
if get_options().enable_audio_bell:
|
||||
ring_bell()
|
||||
return True
|
||||
else:
|
||||
final_action = self.matching_key_action(key_action)
|
||||
|
|
|
|||
Loading…
Reference in a new issue