This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
The CTRL+F shortcut to find string in the file and CTRL+G shortcut to go on specific line don't do their work. They add or remove indentation instead (which's shortcuts are CTRL+[ and CTRL+])
The important notice is, that I use czech language in Brackets (default from OS). And also the czech keyboard. On the czech keyboard, there are only two ways, how to write brackets used in these shortcuts and the mostly used way is shortcut CTRL+ALT+F for "[" (or right ALT+F) and CTRL+ALT+G for "]" (or right ALT+G), so the problem could be clearer.
Sprint 39
Windows 7
Language and keyboard czech
My preferences:
{
"debug.showErrorsInStatusBar": false,
"wordWrap": false,
"closeBrackets": true,
"smartIndent": false,
"linting.enabled": false
}