1

Android Studio / IntelliJ Find in Files pre-populates with a random string / hash / uuid / guid / fingerprint. How do I stop this from happening? pre-filled nonsense

AtomicBoolean
  • 1,070
  • 13
  • 19

1 Answers1

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.

unfortunate

AtomicBoolean
  • 1,070
  • 13
  • 19
  • 1
    See 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