| 887 | } |
| 888 | |
| 889 | void OnSeekLeftShort(const CommandContext &context) |
| 890 | { |
| 891 | auto &project = context.project; |
| 892 | SeekLeftOrRight( project, DIRECTION_LEFT, CURSOR_MOVE, mSeekInfo ); |
| 893 | } |
| 894 | |
| 895 | void OnSeekRightShort(const CommandContext &context) |
| 896 | { |
nothing calls this directly
no test coverage detected