mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Add Middleclick (#513)
* Add Middleclick * Add middleclick to README list * Fixed redirection URL * Update applications.json Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
parent
54855bcad6
commit
a2bc6c48f7
2 changed files with 20 additions and 1 deletions
|
@ -628,6 +628,7 @@ You can see in which language an app is written. Currently there are following l
|
|||
- [mac-sound-fix](https://github.com/dragstor/mac-sound-fix) - Mac Sound Re-Enabler. ![swift_icon]
|
||||
- [wechsel](https://github.com/friedrichweise/wechsel) - manage bluetooth connections with your keyboard. ![swift_icon]
|
||||
- [Übersicht](https://github.com/felixhageloh/uebersicht) - Keep an eye on what's happening on your machine and in the world. ![objective_c_icon]
|
||||
- [Middleclick] (https://github.com/DaFuqtor/MiddleClick-Catalina) - Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse. ![c_icon]
|
||||
|
||||
### VPN & Proxy
|
||||
- [ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG) - Next Generation of ShadowsocksX. ![swift_icon]
|
||||
|
@ -705,4 +706,4 @@ Thanks to all the people who contribute:
|
|||
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
|
||||
[rust_icon]: ./icons/rust-16.png 'Rust language.'
|
||||
[swift_icon]: ./icons/swift-16.png 'Swift language.'
|
||||
[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
|
||||
[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
|
||||
|
|
|
@ -7587,6 +7587,24 @@
|
|||
"go",
|
||||
"type_script"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Emulate a scroll wheel click with three finger Click or Tap on MacBook trackpad and Magic Mouse",
|
||||
"categories": [
|
||||
"productivity",
|
||||
"extensions",
|
||||
"utilities"
|
||||
],
|
||||
"repo_url": "https://github.com/DaFuqtor/MiddleClick-Catalina",
|
||||
"title": "Middleclick",
|
||||
"icon_url": "https://raw.githubusercontent.com/DaFuqtor/MiddleClick-Catalina/master/MiddleClick/Images.xcassets/AppIcon.appiconset/mouse128x128.png",
|
||||
"screenshots": [
|
||||
"https://github.com/DaFuqtor/MiddleClick-Catalina/blob/master/demo.png"
|
||||
],
|
||||
"official_site": "",
|
||||
"languages": [
|
||||
"c"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue