Android Studio / IntelliJ Find in Files pre-populates with a random string / hash / uuid / guid / fingerprint. How do I stop this from happening?
Asked
Active
Viewed 159 times
1

AtomicBoolean
- 1,070
- 13
- 19
1 Answers
5
This is because OpenPGP adds a system-wide keyboard shortcut Ctrl + Shift + F. Go to System Preferences->Keyboard->Shortcuts->Services and Uncheck the OpenPGP: Insert My Fingerprint box to fix the issue.

AtomicBoolean
- 1,070
- 13
- 19
-
1See also https://gpgtools.tenderapp.com/discussions/problems/87979-gpg-keychain-shortcut-key-combination-really-anoying and https://youtrack.jetbrains.com/issue/IDEA-201301. – CrazyCoder Jan 04 '19 at 20:13