Skip to content

Commit

Permalink
Merge pull request #350 from kasecato/#348/add_disable_keybinding
Browse files Browse the repository at this point in the history
Add #348 that how to disable 'double shift' press for 'Search files b…
  • Loading branch information
kasecato authored Apr 28, 2024
2 parents 90190ff + c0601fe commit 146e18c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,14 @@ For similar functionality in VS Code, enalbe the config `intellij-idea-keybindin

Note: CamelHumps mode with double-click is not supported.

### How to disable specific key bindings of this extension

If you want to disable a specific key binding of this extension, follow these steps:

1. Open `File` > `Preferences` > `Keyboard Shortcuts`
1. Search `IntelliJ IDEA Keybindings` or type directly like `"shift shift"`
1. Right click and `Remove Keybinding`

### IntelliJ Importer

![IntelliJ Importer](images/usage_intellij_importer.gif)
Expand Down

0 comments on commit 146e18c

Please sign in to comment.