티스토리 뷰

스크린샷 기능을 도와주는 도구로

사각박스, blur, 자르기 등 여러 기능을 손쉽게 이용할 수 있어 매우 편하다.

📦 설치

https://shottr.cc/

 

Shottr – screenshot app for pixel professionals

Shottr is a free macOS screenshot app with scrolling screenshots, OCR, annotation and measurement instruments.

shottr.cc

Shottr 공식 페이지 화면
캡처 후 도구 화면, 상단에는 여러 기능 도구들이 있다. 단축키가 다 설정되어 있어 편하다

⚙️ 설정

기본 기능 단축키 등록

나는 F번호 키를 이용해서 단축키를 등록하였다.

💡F숫자 설정 시 시스템 키보드 설정 할 것

ShottrF숫자 등록 시에는 아래와 같이 표준 기능 키 설정을 활성화 해야한다.

안 그러면 F숫자 등록 자체가 안됨.⚠️

시스템 설정 > 키보드 단축키 > 기능 키, 표준 기능 키 설정 켜기

✅ 기타기능 단축키 등록

Hotkeys에 보이는 기능 말고도 지원하는 기능이 꽤있다.

특히 Delayed Capure 기능은 포커스를 잃으면 사라지는 창을 캡처할 때 유용하다.

(예를들면, Spotlight 창)

Mac에서는 화면 고정이 되서 캡처가 되지 않아 위와 같은 방법으로 캡처한다.

📄 shottr 기능 스키마 목록

https://shottr.cc/kb/urlschemes

 

urlschemes

URL Scheme (deeplinks) Starting with v1.8, Shottr supports URL Schemes that allow other apps and scripts to control certain Shottr actions. This feature enables Raycast Extensions and Alfred Workflows, and allows integrating Shottr with Shortcuts app. Supp

shottr.cc

url shcema를 통해 기능을 제공한다.

위 기능들을 단축키로 등록 할려면 KaraBiner App 사용한다.

https://halfroad.tistory.com/104

 

🚀 [Mac] KaraBiner 설치 및 설정

🛣️ Mac 커스텀 키맵핑을 하자Mac에서 커스텀 하게 단축키를 설정할 때 가장 많이 사용하는 프로그램이다.시작해보자.📦 설치 & 권한 부여사이트: https://karabiner-elements.pqrs.org/ Karabiner-ElementsKarabi

halfroad.tistory.com

아래는 키맵핑 설정 내용이다.

 

~/.config/karabiner/assets/complex_modifications/my_shortcut.json

{
  "title": "My Shortcut",
  "rules": [
	  ...,
	  {
		  "description": "F3 → Shottr delayed area capture",
		  "manipulators": [
		    {
		      "type": "basic",
		      "from": {
		        "key_code": "f3"
		      },
		      "to": [
		        {
		          "shell_command": "open 'shottr://grab/delayed'"
		        }
		      ]
		    }
		  ]
		},
		...
  ]

 

 

 

끝! 💪

댓글