You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had some issues, especially with characters like TAB not being interpreted
correctly. This lead to a lengthy confirmation of a lot of behavior, ulimately
switching to `read-kbd-macro' and getting rid of the motivating issue without
much of a fight.
As a result, no translation is used and we are back at a more straightforward world.
Copy file name to clipboardExpand all lines: NEWS.org
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Fixing bugs and filling some gaps in new features.
28
28
- Keyboard macro backward steps are implemented
29
29
- ~dslide-deck-forward~ no longer no-ops in some circumstances
30
30
- kmacro action properly skips over non-matching directions when both forward and backward elements are present in a slide
31
-
- 🚧 kmacro transcription of =M-RET= and =M-DEL= is now correct. There are likely more events that don't round trip nicely from ~last-kbd-macro~ through ~key-description~ and back through ~kbd~. *File issues*.
31
+
- 🚧 kmacro playback of =M-<return>= and =M-<backspace>= and others is now correct. There are likely more events that don't round trip nicely from ~last-kbd-macro~ through ~key-description~ and back through ~read-kbd-macro~. *File issues*.
0 commit comments