Hey guys! Here's a list of some of my mouse actions at the present date (11/28/24). I talk more about this in THIS VIDEO.
- Left Button
- Button 2 (Vertical Scrollwheel)
- Right Button
- Button 3 = Low Left back
| #!/bin/zsh | |
| # WARNING! The script is meant to show how and what can be disabled. Don’t use it as it is, adapt it to your needs. | |
| # Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3 | |
| # Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12), macOS Ventura (13), macOS Sonoma (14), macOS Sequoia (15) and macOS Tahoe (26) | |
| # Disabling SIP is required ("csrutil disable" from Terminal in Recovery) | |
| # Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist | |
| # To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot. From Terminal : sudo rm -r /private/var/db/com.apple.xpc.launchd/* | |
| # user |
| {# | |
| renew-craft-licenses.twig | |
| Create a new Craft Console cart with all licenses from a Craft CMS project | |
| #} | |
| {# Biz Logic #} | |
| {% set paidPlugins = craft.app.plugins.allPluginInfo |
Hey guys! Here's a list of some of my mouse actions at the present date (11/28/24). I talk more about this in THIS VIDEO.
Requirements and assumptions:
Add a “type” icon to the {{title}} attribute
| ################################################################### | |
| # Title: Create Link(s) from Mail, Safari, Things 3, Devonthink or Finder | |
| ################################################################### | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # Last update: 2020-12-01 | |
| # Version: 1 |
| set message_dates to {} | |
| set message_subjects to {} | |
| set message_senders to {} | |
| set message_ids to {} | |
| set message_urls to {} | |
| tell application "Mail" | |
| --Get the messages currently selected in Mail | |
| set selected_messages to selection as list | |
| #set selected_messages to selected messages of message viewer 0 |
| ############################################## | |
| # Title: Create Contact(s) from Mail Message | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 13 April 2022 |
| ############################################## | |
| # Title: Mail Process - Calendar | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 7 August 2022 |
| ############################################## | |
| # Title: Mail Process - Reminders | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 5 August 2022 |
| ############################################## | |
| # Title: List Completed Reminders | |
| ############################################## | |
| # Iain Dunn | |
| # Logic2Design | |
| # www.logic2design.com | |
| # logic2design@icloud.com | |
| # Last update: 11 April 2022 |