Skip to content

Commit

Permalink
Function keys update (#1674)
Browse files Browse the repository at this point in the history
* Use function keys in supported applications

* Use function keys in supported applications
  • Loading branch information
thecarlo committed Jun 16, 2024
1 parent 8958f48 commit e765ada
Show file tree
Hide file tree
Showing 4 changed files with 356 additions and 49 deletions.
24 changes: 0 additions & 24 deletions public/extra_descriptions/function_keys_developer_apps.html

This file was deleted.

37 changes: 37 additions & 0 deletions public/extra_descriptions/function_keys_supported_apps.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<link rel="stylesheet" href="../../vendor/css/bootstrap.min.css"/>

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

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

<p>
Current list of supported applications where function keys will work as intended:
</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>
<li>Jetbrains WebStorm</li>
<li>Jetbrains RubyMine</li>
<li>Jetbrains Datagrip</li>
<li>Eclipse</li>
<li>XCode</li>
<li>iTerm2</li>
<li>Terminal</li>
<li>Adobe Photoshop</li>
<li>Adobe Premiere Pro</li>
<li>Adobe Illustrator</li>
<li>Adobe Audition</li>
<li>Adobe After Effects</li>
<li>Davinci Resolve</li>
</ul>
4 changes: 2 additions & 2 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1317,8 +1317,8 @@
"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/function_keys_supported_apps.json",
"extra_description_path": "extra_descriptions/function_keys_supported_apps.html"
},
{
"path": "json/mwit-taskbar-number-launch-app.json"
Expand Down
Loading

0 comments on commit e765ada

Please sign in to comment.