| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b80b400 commit d0f0394
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -999,6 +999,9 @@ def p_key(self, key): | |||
| 999 | 999 | elif key == '\x18': | |
| 1000 | 1000 | return self.send_current_line_to_editor() | |
| 1001 | 1001 | ||
| 1002 | + elif key == '\x03': | ||
| 1003 | + raise KeyboardInterrupt() | ||
| 1004 | + | ||
| 1002 | 1005 | elif key[0:3] == 'PAD' and not key in ('PAD0', 'PADSTOP'): | |
| 1003 | 1006 | pad_keys = { | |
| 1004 | 1007 | 'PADMINUS': '-', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments