喜好

喜好检索

生活 蔬菜

蔬菜大全

思考

见闻与录

BT技术

BT蓝牙技术

标签

Mac使用经验累积 2021年04月25日

    简介

    Mac隐藏代码功能

    Finder文件夹

    显示路径

    Command + Shift + .(句号) //显示隐藏文件
    
    
    
    Shift + Command + G     //  在Find中 打开前往文件夹弹框
    
    Shift + Command + H   // 打开当前用户Home目录
    Shift + Command + K   // 打开网络(打开网络路由硬盘)
    Shift + Command + A     //  在Finder中快速打开我的程序路径
    Shift + Command + C     //  在Finder中快速打开我的电脑 盘符路径
    Shift + Command + D     //  在Finder中快速打开我的桌面路径
    Shift + Command + N  	// 新建文件夹
    Option  +  Command  + N	       // 新建智能文件夹
    选中  +  Space空格    // 显示简介
    
    
    Command +  delete              // 删除选中项
    
    
    Command +  ↑    // Finder中回到上一个父文件夹路径
    Command + 【    // Finder中历史记录往前   子目录
    Command +  】    // Finder中历史记录往后  父目录
    
    
    Command + c   // 复制
    Command + option + v  // 黏贴
    
    
    隐藏代码:
    
    defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder   //打开Finder显示路径
    defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder  //恢复默认Finder显示
    
    
    
    

    隐藏|显示 系统隐藏文件夹

    
    defaults write com.apple.finder AppleShowAllFiles -bool true     //显示
    defaults write com.apple.finder AppleShowAllFiles -bool false    // 隐藏
    
    killall Finder    //  重启Finder生效
    

    Finder 中总是显示文件名的后缀

    再也不会因为后缀名被隐藏而造成烦恼了
    
    defaults write NSGlobalDomain AppleShowAllExtensions -bool true
    
    
    
    

    显示~/Library/ 目录

    
    这个目录默认是隐藏的,我们可以在不显示所有隐藏文件的前提下单独显示它:
    
    chflags nohidden ~/Library
    
    
    

    Settings设置

    安全设置-允许安装三方APP

    sudo spctl --master-disable    // 打开Mac安全设置下  允许安装所有应用的隐藏选项 安装非APP Store的软件
    defaults write com.apple.LaunchServices LSQuarantine -bool false
    
    
    
    
    

    声音设置

    =======开机声音duang
    sudo nvram SystemAudioVolume=%80         // 关闭开机声音
    sudo nvram -d SystemAudioVolume         // 打开开机声音
    
    
    sudo nvram BootAudio=%00       // 关闭启动音
    sudo nvram BootAudio=%01       // 恢复启动音
    
    brew  cask install background-music  // 下载 background-music 设置声音 调到最低 开机就不会有声音
    
    
    

    显示电量百分比

    
    显示电量百分比
    defaults write com.apple.menuextra.battery ShowPercent -string "YES"
    
    
    
    

    Launch显示板

    ======= 删除Launch显示问号顽固图标
    defaults write com.apple.dock ResetLaunchPad -bool true    //删除在Launch中已经显示问号的删除不掉的顽固图标
    killall Dock                                              //删除在Launch中已经显示问号的删除不掉的顽固图标
    killall SystemUIServer                                   //重启系统UI 顽固图标消失
    
    
    

    Dock栏

    ======= 添加空白分割区域到Dock栏
    defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'; killall Dock
    
    =======添加最新使用应用栏到Dock栏
    defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "recents-tile";}'; killall Dock
    
    
    
    
    

    Tool工具

    截图设置

    Shift + Command + 3   // 全屏截屏
    
    Shift + Command + 4   // 手动截屏
    
    defaults write com.apple.screencapture location ~/Desktop      // 把屏幕截图保存的位置   shift+command+3  或者 
    defaults write com.apple.screencapture location ~/Desktop/xxxx
    
    shift+command+4 截图
    defaults write com.apple.screencapture type jpg               // 设置截图格式为 jpg
    defaults write com.apple.screencapture type png               // 设置截图格式为 png
    
    
    
    

    键盘问题

    F1-F12与Fn调换问题

    
    默认情况下,键盘上的 F1-F12 是特殊键,偏向娱乐,比如 F1、F2 调整亮度,F11、F12 调整声音等。
    其实 F1-F12 可以用作快捷键,但需要配合键盘左下角的 Fn 键一起按下
    此隐藏设置代码的作用是让 F1 键成为真正的 F1,如果调节亮度才需要 Fn + F1:
    
    
    defaults write -globalDomain com.apple.keyboard.fnState -int 1  // 默认打开Fn
    defaults write -globalDomain com.apple.keyboard.fnState -int 0  // 恢复默认
    
    
    
    
    

    完全键盘控制

    开启之后在弹出系统弹窗时可点击 Tab 键在多按钮直接切换,点击空格选中当前选项
    
    defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
    
    
    

    键盘Map映射问题

    检查映射状态:
    hidutil property --get "UserKeyMapping"
    
    
    映射代码:
    hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000052,"HIDKeyboardModifierMappingDst":0x700000058}]}'
    
    hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":当前原始按键编号,"HIDKeyboardModifierMappingDst":映射目标按键标号}]}'
    
    
    
    或者按键【|、】转为 【Enter】 键
    hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000031,"HIDKeyboardModifierMappingDst":0x700000028}]}'
    
    
     【Delete】转为 【|、】按键
    hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x70000004C,"HIDKeyboardModifierMappingDst":0x700000031}]}'
    
    
    或者按键【|、】按键转为 【Enter】键   !!!同时!!!  【Delete】转为 【|、】按键
    hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000031,"HIDKeyboardModifierMappingDst":0x700000028},{"HIDKeyboardModifierMappingSrc":0x70000004C,"HIDKeyboardModifierMappingDst":0x700000031}]}'
    
    
    Mac键盘映射切换映射索引表:
    https://developer.apple.com/library/archive/technotes/tn2450/_index.html
    
    https://www.jianshu.com/p/4dc8cb27ed5e
    
    https://github.com/bestswifter/macbootstrap/blob/master/onlogin.sh
    
    https://blog.csdn.net/weixin_33860147/article/details/91377595
    
    
    Usage Usage ID (hex) Usage Usage ID (hex) Usage Usage ID (hex) Usage Usage ID (hex)
    Keyboard a and A 0x700000004 Keyboard 5 and % 0x700000022 Keyboard F7 0x700000040 Keypad 6 and Right Arrow 0x70000005E
    Keyboard b and B 0x700000005 Keyboard 6 and ^ 0x700000023 Keyboard F8 0x700000041 Keypad 7 and Home 0x70000005F
    Keyboard c and C 0x700000006 Keyboard 7 and & 0x700000024 Keyboard F9 0x700000042 Keypad 8 and Up Arrow 0x700000060
    Keyboard d and D 0x700000007 Keyboard 8 and * 0x700000025 Keyboard F10 0x700000043 Keypad 9 and Page Up 0x700000061
    Keyboard e and E 0x700000008 Keyboard 9 and ( 0x700000026 Keyboard F11 0x700000044 Keypad 0 and Insert 0x700000062
    Keyboard f and F 0x700000009 Keyboard 0 and ) 0x700000027 Keyboard F12 0x700000045 Keypad . and Delete 0x700000063
    Keyboard g and G 0x70000000A Keyboard Return (Enter) 0x700000028 Keyboard Print Screen 0x700000046 Keyboard Non-US \ and | 0x700000064
    Keyboard h and H 0x70000000B Keyboard Escape 0x700000029 Keyboard Scroll Lock 0x700000047 Keyboard Application 0x700000065
    Keyboard i and I 0x70000000C Keyboard Delete (Backspace) 0x70000002A Keyboard Pause 0x700000048 Keyboard Power 0x700000066
    Keyboard j and J 0x70000000D Keyboard Tab 0x70000002B Keyboard Insert 0x700000049 Keypad = 0x700000067
    Keyboard k and K 0x70000000E Keyboard Spacebar 0x70000002C Keyboard Home 0x70000004A Keyboard F13 0x700000068
    Keyboard l and L 0x70000000F Keyboard - and _ 0x70000002D Keyboard Page Up 0x70000004B Keyboard F14 0x700000069
    Keyboard m and M 0x700000010 Keyboard = and + 0x70000002E Keyboard Delete Forward 0x70000004C Keyboard F15 0x70000006A
    Keyboard n and N 0x700000011 Keyboard [ and { 0x70000002F Keyboard End 0x70000004D Keyboard F16 0x70000006B
    Keyboard o and O 0x700000012 Keyboard ] and } 0x700000030 Keyboard Page Down 0x70000004E Keyboard F17 0x70000006C
    Keyboard p and P 0x700000013 Keyboard \ and | 0x700000031 Keyboard Right Arrow 0x70000004F Keyboard F18 0x70000006D
    Keyboard q and Q 0x700000014 Keyboard Non-US # and ~ 0x700000032 Keyboard Left Arrow 0x700000050 Keyboard F19 0x70000006E
    Keyboard r and R 0x700000015 Keyboard ; and : 0x700000033 Keyboard Down Arrow 0x700000051 Keyboard F20 0x70000006F
    Keyboard s and S 0x700000016 Keyboard ‘ and “ 0x700000034 Keyboard Up Arrow 0x700000052 Keyboard F21 0x700000070
    Keyboard t and T 0x700000017 Keyboard Grave Accent and Tilde 0x700000035 Keypad Num Lock and Clear 0x700000053 Keyboard F22 0x700000071
    Keyboard u and U 0x700000018 Keyboard , and “<” 0x700000036 Keypad / 0x700000054 Keyboard F23 0x700000072
    Keyboard v and V 0x700000019 Keyboard . and “>” 0x700000037 Keypad * 0x700000055 Keyboard F24 0x700000073
    Keyboard w and W 0x70000001A Keyboard / and ? 0x700000038 Keypad - 0x700000056 Keyboard Left Control 0x7000000E0
    Keyboard x and X 0x70000001B Keyboard Caps Lock 0x700000039 Keypad + 0x700000057 Keyboard Left Shift 0x7000000E1
    Keyboard y and Y 0x70000001C Keyboard F1 0x70000003A Keypad Enter 0x700000058 Keyboard Left Alt 0x7000000E2
    Keyboard z and Z 0x70000001D Keyboard F2 0x70000003B Keypad 1 and End 0x700000059 Keyboard Left GUI 0x7000000E3
    Keyboard 1 and ! 0x70000001E Keyboard F3 0x70000003C Keypad 2 and Down Arrow 0x70000005A Keyboard Right Control 0x7000000E4
    Keyboard 2 and @ 0x70000001F Keyboard F4 0x70000003D Keypad 3 and Page Down 0x70000005B Keyboard Right Shift 0x7000000E5
    Keyboard 3 and # 0x700000020 Keyboard F5 0x70000003E Keypad 4 and Left Arrow 0x70000005C Keyboard Right Alt 0x7000000E6
    Keyboard 4 and $ 0x700000021 Keyboard F6 0x70000003F Keypad 5 0x70000005D Keyboard Right GUI 0x7000000E7

    Mac开机执行任务

    
    Mac开机任务: ~/Library/LaunchAgents/.plist
    
    ~/Library/LaunchAgents/.plist + shell脚本 开机启动任务 自动执行
    
    
    ~/Library/LaunchAgents   针对当前用户的启动项目录
    /Library/LaunchAgents     所有用户(管理员权限)
    /System/Library/LaunchAgents  系统启动项
    
    
    
    launchctl load 启动plist运行
    launchctl unload  卸载
    launchctl list 查看所有启动任务
    launchctl start 开始plist任务
    launchctl error code 查看code对应的错误解释
    
    
    brew cask install launchcontrol
    

    触控板

    触控板轻触点击

    再也不用咔擦咔擦狂戳触摸板了,轻轻触摸就起到了点击的作用,非常优雅:
    
    defaults write com.apple.AppleMultitouchTrackpad Clicking -int 1
    defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
    defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
    
    
    

    开启三指拖动

    开启这个功能后,我们可以用三个手指拖动非全屏窗口,改变他们的位置。主要靠这两行命令实现:
    
    defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerDrag -bool true
    defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerDrag -bool true
    
    
    
    

    .DS_Store文件问题

    .DS_Store(英文全称 Desktop Services Store)是一种由苹果公司的Mac OS X操作系统所创造的隐藏文件,目的在于存贮目录的自定义属性,例如文件们的图标位置或者是背景色的选择。
    相当于 Windows 下的 desktop.ini。
    

    删除 git项目的.DS_Store

    如果你的项目中还没有自动生成的 .DS_Store 文件,那么直接将 .DS_Store 加入到 .gitignore 文件就可以了。如果你的项目中已经存在 .DS_Store 文件,那就需要先从项目中将其删除,再将它加入到 .gitignore。如下
    
    
    删除项目中的所有.DS_Store。这会跳过不在项目中的 .DS_Store
    1.find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
    将 .DS_Store 加入到 .gitignore
    2.echo .DS_Store >> ~/.gitignore
    更新项目
    3.git add --all
    4.git commit -m '.DS_Store banished!'
    

    删除磁盘上的 .DS_Store

    ##  删除磁盘上的 .DS_Store,可以使用下面的命令来删除当前目录及其子目录下的所有.DS_Store 文件:
    find . -name '*.DS_Store' -type f -delete
    
    

    Mac系统上 禁止||启用 .DS_Store 文件生成

    #### 禁止.DS_Store 文件生成
    defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
    
    #### 启用.DS_Store 文件生成
    defaults delete com.apple.desktopservices DSDontWriteNetworkStores
    
    

    实用问题

    iterm2-SHELL头缀只显示PC名称不显示路径 && 自定义别名问题

    
    PS1='%d%'
    https://www.jianshu.com/p/bf488bf22cba
    
    ITERM2 恢复默认设置
    defaults delete com.googlecode.iterm2
    
    
    
    
    Iterm2-Preference--Profile--Send Text At Start 
    =====
    export CLICOLOR=1
    export LSCOLORS=gxfxcxdxbxegedabagacad
    export PS1='%d$'
    alias cls='clear'
    alias cdd='cd $HOME/Desktop/'
    alias gits='git status'
    export PATH="$HOME/Desktop/zbin/mac_zbin:$PATH"
    clear
    
    
    
    

    Finder下右键无法快速进入到shell

    右击文件 --- 服务  --- 在此文件启动 iterm2
    
    

    Finder下没有文件夹标签

    添加到侧边栏中解决
    
    

    在Mac下使用notepad++的问题

    
    使用   ultraedit 作为 Mac的 编辑器
    https://www.ultraedit.com/downloads/uex.html
    https://www.cr173.com/mac/213230.html
    
    1、下载官方UltraEdit 18.00.0.22版本并安装;
    2、运行一次UltraEdit,关闭;
    3、控制台运行如下代码(其实就是修改skProtectionPlus::IsActivated函数):
    
    printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x76DC40)) conv=notrunc bs=1 of=/Applications/UltraEdit.app/Contents/MacOS/UltraEdit
    
    
    
    
    
    

    在Mac上使用Markdown的问题

    使用MacDown作为 Mac的 Markdown编辑器
    
    使用 Typora 作为 Markdown的编辑器  界面友好