22 Matching Annotations
  1. Apr 2026
    1. Now, you can bring up Gemini from anywhere on your Mac with a quick shortcut (Option + Space) to get help instantly, without ever switching tabs.

      令人惊讶的是:Google选择Option+Space作为快捷键,这与macOS系统中Spotlight搜索的快捷键相同,暗示Gemini正在试图取代或整合系统级搜索功能,这反映了AI助手在操作系统中的战略定位。

  2. Feb 2026
    1. Keyboard shortcut (all sites / time range) If you want the shortcut you were thinking of: Press Ctrl+Shift+Delete (Cmd+Shift+Delete on macOS).

      Also read other method

      n Firefox you can clear cookies/cache for the current site via the padlock menu, and there’s also a keyboard shortcut to open the generic “Clear Recent History” dialog. For just this site (GitHub page)

      Click the padlock icon to the left of the address bar.
      
      Click Clear cookies and site data… (wording may be “Clear cookies and site data” for this site).
      
      Confirm, then reload the page.​
      

      That’s the fastest “per‑site” way and is usually what you want when debugging one page.

  3. Jun 2025
  4. Apr 2025
  5. Jan 2025
  6. Jul 2022
    1. the := operator is a shortcut for declaring and initializing a variable in one line (Go uses the value on the right to determine the variable's type). Taking the long way, you might have written this as: var message string message = fmt.Sprintf("Hi, %v. Welcome!", name)

      declare and initialize a vairable in one line. 声明和初始化一个变量

  7. Feb 2022
        • Visual Studio Code 快捷键
      • 调出快捷键设置: Ctl + k Ctrl + s (这是代表联合一起的)

      • 当前行快速换行 : Ctrl + Enter
      • 快速删除某一行:Shift + Delete / Ctrl + Shift + K
      • 查找: Ctrl + F
      • 文件中查找: Ctrl + Shift + F
      • 替换:Ctrl + H
      • 文件中内容替换: Ctrl + Shift + H
  8. Jan 2022
  9. Sep 2021
    1. gsettings set org.gnome.desktop.wm.keybindings move-to-center "['<Control><Super>c']" gsettings set org.gnome.desktop.wm.keybindings move-to-side-e "['<Control><Super>Right']" gsettings set org.gnome.desktop.wm.keybindings move-to-side-n "['<Control><Super>Up']" gsettings set org.gnome.desktop.wm.keybindings move-to-side-s "['<Control><Super>Down']" gsettings set org.gnome.desktop.wm.keybindings move-to-side-w "['<Control><Super>Left']"
  10. Jul 2021
  11. Mar 2021
  12. Jan 2019
  13. Feb 2014