Skip to content

Commit

Permalink
Disable cmd+h (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo authored Jun 16, 2024
1 parent 9973622 commit 1bbc03f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions public/extra_descriptions/mac_osx_disable_cmd_h.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<link rel="stylesheet" href="../../vendor/css/bootstrap.min.css"/>

<p style="margin-top: 20px; font-weight: bold">
Disable cmd + h to prevent accidentally minimising windows.
</p>

<table class="table">
<tr>
<td style="width: 300px;">cmd + h</td>
<td>
Keybinding is disabled
</td>
</tr>
</table>
4 changes: 4 additions & 0 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,10 @@
"path": "json/multitouch_vi_mode.json",
"extra_description_path": "extra_descriptions/multitouch_vi_mode.json.html"
},
{
"path": "json/mac_osx_disable_cmd_h.json",
"extra_description_path": "extra_descriptions/mac_osx_disable_cmd_h.html"
},
{
"path": "json/multitouch_mouse_buttons.json",
"extra_description_path": "extra_descriptions/multitouch_mouse_buttons.json.html"
Expand Down
4 changes: 2 additions & 2 deletions public/json/mac_osx_disable_cmd_h.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"title": "disable cmd + h (Mac OSX: Disable Minimise Windows)",
"title": "Mac OSX: disable cmd + h so that it does not minimise windows",
"maintainers": ["thecarlo"],
"rules": [
{
"description": "disable cmd + h (Mac OSX: Disable Minimise Windows)",
"description": "Mac OSX: disable cmd + h so that it does not minimise windows",
"manipulators": [
{
"from": {
Expand Down

0 comments on commit 1bbc03f

Please sign in to comment.