Sublime Forum

Bug? When editing a Ruby file, toggle side bar also runs build

#1

Stable Channel Build 4126, MacbookPro M1, MacOS 12.3.1.

Pretty much stock installation, no customizations to keyboard shortcuts.

The built-in { “keys”: [“super+k”, “super+b”], “command”: “toggle_side_bar” } also runs the { “keys”: [“super+b”], “command”: “build” }, command, at least in filename.rb ruby files.

This is not the advertised behavior.

0 Likes

#2

Does it also occur in Safe Mode?

0 Likes

#3

No, it doesn’t in safe mode.

Any idea on how to proceed?

Here are the contents of the Package Control.sublime-settings file:


{
	"bootstrapped": true,
	"installed_packages":
	[
		"AceJump",
		"All Autocomplete",
		"BracketHighlighter",
		"Color Highlight",
		"Craft-Twig",
		"DotENV",
		"gruvbox",
		"Liquid",
		"Package Control",
		"Ruby Slim",
		"SCSS",
		"SideBarEnhancements",
		"Solarized Color Scheme",
		"SublimeERB",
		"Text Pastry",
		"Theme - Spacegray",
		"Twig",
	],
	"in_process_packages":
	[
	],
}
0 Likes