| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -212,7 +212,7 @@ def back_word(cursor_offset, line): | |||
| 212 | 212 | return (last_word_pos(line[:cursor_offset]), line) | |
| 213 | 213 | ||
| 214 | 214 | ||
| 215 | - @edit_keys.on('<PADDELETE>') | ||
| 215 | + @edit_keys.on('<DELETE>') | ||
| 216 | 216 | def delete(cursor_offset, line): | |
| 217 | 217 | return (cursor_offset, | |
| 218 | 218 | line[:cursor_offset] + line[cursor_offset+1:]) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments