sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
809 stars 39 forks source link

last update broke Send Code ctrl+enter shortcut #5322

Closed AdamWysokinski closed 2 years ago

AdamWysokinski commented 2 years ago

Description of the bug

I use Sublime Text with Send Code plugin. ctrl+enter shortcut sends the current line to terminal with REPL. This worked fine till the last update (4130). Now the line is sent, but also multi-cursor selection becomes active.

Steps to reproduce

  1. Start ST with Send Code plugin
  2. Press ctrl+enter

Expected behavior

  1. Current line is sent to REPL
  2. Cursor advances to the next line

Actual behavior

  1. Current line is sent to REPL
  2. The cursor does not advance
  3. Multi-cursor selection gets enabled
  4. The second cursor goes to the next line

Sublime Text build number

4130

Operating system & version

Debian Testing

(Linux) Desktop environment and/or window manager

No response

Additional information

No response

OpenGL context information

No response

BenjaminSchaaf commented 2 years ago

Are there any errors in the console?

stephenll commented 2 years ago

I can confirm this as well. I don't see any errors in the console. I tried changing the keys to ctrl+shift+enter and also f7 and the same happens. I am testing on Windows 11, if that helps.

AdamWysokinski commented 2 years ago

No errors in the console. As @stephenll mentioned, changing SendCode shortuct does not help.

AdamWysokinski commented 2 years ago

Fixed in 4131, thanks!