Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is [PrtSc] button not working in Intellij-Idea or Microsoft SQL Server Management Studio?

I'm using a thrid-party screen capturing application (Screenpresso). It's configured to start screen-capturing when I press PrtSc. And indeed it works except when Intellij has Windows focus. In fact, to screen capture code I have to focus on any other window press PrtSc and then select the area within Intellij.

I've looked through all the settings, and especially the Keymap settings, and I can't see anything else that has been assigned to PrtSc. Of course, I'm not really sure; when I try to find a setting via Find actions by shortcut nothing happens, as pressing PrtSc has no effect.

I know this used to work for me in previous versions of Intellij (though I can't remember what versions). But PrtSc used to work in Intellij just like every other application.

So I guess the question is, why is Intellij eating the PrtSc keypress event? And can I turn it off so that the event gets correctly passed to my dedicated screen capturing application.

Intellij 2019.2.4 Windows 10, 64b

like image 898
LimaNightHawk Avatar asked Apr 28 '20 13:04

LimaNightHawk


People also ask

How to connect to MS SQL Server with IntelliJ IDEA?

Connect to MS SQL server Ultimate. 1 Step 1. Configure the SQL Server Configuration Manager. To open SQL Server Configuration Manager, open the Search dialog on Windows and type ... 2 Step 2. Configure SQL Server Management Studio (SSMS) 3 Step 3. Connect to Microsoft SQL Server with IntelliJ IDEA.

What is the database management functionality in IntelliJ IDEA?

The database management functionality in IntelliJ IDEA is supported by the Database tools and SQL plugin. The Database tools and SQL plugin provides support of all the features that are available in DataGrip, the standalone database management environment for developers.

Does IntelliJ work in other programs?

It works in every other program. Sort of brings productivity to a screeching halt.:) Anyone else have this problem or even better a solution? I did install an update today so that might be the cause. Thanks! shift + enter does work so I can use Intellij again but a single enter does nothing. Hmmmmm, tab is not working either.

How do I connect to IntelliJ IDE using SSO?

Connect by using single sign-on for Microsoft SQL Server If you run IntelliJ IDEA on Windows in the same domain as the Microsoft SQL Server database, you can use the Single-Sign On (SSO). In the Databasetool window (View | Tool Windows | Database), click the Data Source Propertiesicon . Alternatively, press Shift+Enter.


1 Answers

This turned out to be an issue with Screenpresso:

https://www.screenpresso.com/support/hot-keys/

Why shortcut [print screen] key does not always work?

  • This must be because you run your application with elevated privileges (with admin rights) (the UAC must have displayed a popup at startup).
  • For security reasons, Screenpresso can handle shortcuts from Windows running with elevated privileges only when it is installed in Program Files folder.
  • To fix this, you should install Screenpresso in Program Files folder which is not the default behavior:

    1. Uninstall Screenpresso
    2. Run again Screenpresso: Right click Screenpresso.exe and select Run as administrator
    3. Click on the INSTALL on this computer button while holding the Control key or click on the sub-menu Install for all users:

enter image description here

like image 101
LimaNightHawk Avatar answered Nov 14 '22 23:11

LimaNightHawk