Skip to content

Commit

Permalink
Function keys for developer apps
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo committed Jun 16, 2024
1 parent 90f0048 commit e42dfab
Show file tree
Hide file tree
Showing 4 changed files with 699 additions and 583 deletions.
24 changes: 24 additions & 0 deletions public/extra_descriptions/function_keys_developer_apps.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<link rel="stylesheet" href="../../vendor/css/bootstrap.min.css"/>

<p style="margin-top: 20px; font-weight: bold">
Use Function Keys in Developer Apps, else use Media Keys
</p>

<p>
These keybindings ensure that F keys work as intended in developer applications. <br/><br/>
In all other applications, the F keys will work as media keys.
</p>

<p>
Current list of developer applications:
</p>

<ul>
<li>VS Code</li>
<li>Jetbrains Goland</li>
<li>Jetbrains Rider</li>
<li>Jetbrains PyCharm</li>
<li>Jetbrains IntelliJ IDEA</li>
<li>Jetbrains PhpStorm</li>
<li>Jetbrains CLion</li>
</ul>
4 changes: 4 additions & 0 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,10 @@
"path": "json/mac_osx_disable_minimising_windows.json",
"extra_description_path": "extra_descriptions/mac_osx_disable_minimising_windows.html"
},
{
"path": "json/function_keys_developer_apps.json",
"extra_description_path": "extra_descriptions/function_keys_developer_apps.html"
},
{
"path": "json/mwit-taskbar-number-launch-app.json"
},
Expand Down
Loading

0 comments on commit e42dfab

Please sign in to comment.