[macos] Mac OS X에서 초점 추적 마우스 (및 자동 올리기)

(나는 내가 얼마나 미친 지에 대해 듣고 싶지 않다! 🙂

Focus-follows-mouse는 point-to-focus, 포인터 초점 및 (일부 구현에서는) 느슨한 초점으로도 알려져 있습니다. [더 많이 검색 할 수있는 다른 용어를 추가하십시오!] X-mouse



답변

명령 행에서 다음 명령을 실행하여 Terminal.app에 대해이를 수행 할 수 있습니다.

defaults write com.apple.Terminal FocusFollowsMouse -bool true

X11 앱의 경우 다음을 수행 할 수 있습니다.

defaults write com.apple.x11 wm_ffm -bool true

Snow Leopard에서는 다음을 대신 사용하십시오.

defaults write org.x.X11 wm_ffm -bool true

시스템 전체를 에뮬레이트하는 CodeTek Virtual Desktop이라는 프로그램이 있지만 비용은 $$입니다 (OSX Leopard 용 버전은 제공되지 않음).


답변

Steve Yegge 는이 문제에 대한 에세이를 작성했는데, 그는 적절한 확장을 작성하려고 시도하지 못했습니다. 그 후 OS X 용 초점 추적 마우스 응용 프로그램을 찾으려고했지만 실패했습니다.


답변

Focus-follows-mouse는 메뉴 막대가 화면 상단에 있도록 설계 되었기 때문에 OS X에 특히 적합한 입력 방법이 아닙니다. 마우스를 응용 프로그램 창 밖으로 이동하여 메뉴로 이동하면 도중에 다른 응용 프로그램의 창과 교차하면 메뉴가 변경됩니다.

예, dreeves 의견에 대한 답변으로 터미널 (또는 데스크탑의 다른 단일 응용 프로그램)에서는 완벽하게 작동합니다. 단지 영향을 줄 다른 창은 터미널 창이므로 창을 전환해도 메뉴가 변경되지 않습니다. X11 앱에는 일반적으로 메뉴 막대가 창에 내장되어 있기 때문에 X11에서 잘 작동하므로 액세스하기 위해 창을 떠날 필요가 없습니다.

물론 포커스가 변경되거나 메뉴가 전환되기 전에 인위적인 지연을 도입하여 메뉴 변경 문제를 해결할 수는 있지만 다른 데스크탑 에서처럼 작동하지는 않습니다.


답변

이것은 완전한 솔루션과는 거리가 멀지 만 OSX (10.11)에 내장 된 두 가지 편리한 동작은 다음과 같습니다.

⌃⌥- 클릭 (control-option-click)-창을 올리지 않고 초점을 전환

⌘- 클릭 (명령-클릭)-포커스를 전환하지 않고 창에서 클릭

이 단축키가 언제 도입되었는지 확실하지 않습니다. 어디에서나 작성된 단축키를 찾을 수 없었습니다.


답변

메뉴 문제는 전통적인 focus-follows-mouse가 작동하지 않는 유일한 이유입니다.

대안은 다음과 같습니다. 키보드에서 키를 누를 때까지 초점을 변경하지 마십시오. 여기에는 focus-follows-mouse 사용 사례의 95 %가 포함되며이 오래된 curmudgeonly X 사용자는 정말 행복 할 것입니다. Chrome에서 웹 페이지를 몇 번 스크롤하는지 모르고 Command-T를 눌러 새 탭을 열고 대신 터미널에서 탭이 열리는 것을 찾습니다. Mac을 사용한지 8 개월 만에 뇌가이 문제를 해결하지 못했다면 결코 그렇지 않을 것입니다.


답변

자수정 은이 기능을 지원합니다. 로 쉽게 설치할 수 있습니다 brew cask install amethyst.

여기 내가 사용하는 구성 파일이 있습니다. 초점 추적 마우스 외에 모든 기능을 끕니다. 에 저장하십시오 ~/.amethyst.

{
    "LAYOUTS": "----------------------",
    "layouts": [
    ],

    "MODIFIERS": "----------------------",
    "Valid modifiers are": [
        "option",
        "shift",
        "control",
        "command"
    ],

    "mod1": [
    ],
    "mod2": [
    ],

    "COMMANDS": "----------------------",
    "Commands are": {
        "cycle-layout": "Cycle layout to the next layout",
        "cycle-layout-backward": "Cycle layout to the previous layout",
        "focus-screen-1": "Focus the main window on the first screen",
        "focus-screen-2": "Focus the main window on the second screen",
        "focus-screen-3": "Focus the main window on the third screen",
        "focus-screen-2": "Focus the main window on the second screen",
        "focus-screen-3": "Focus the main window on the third screen",
        "focus-screen-4": "Focus the main window on the fourth screen",
        "throw-screen-1": "Throw the focused window to the first screen",
        "throw-screen-2": "Throw the focused window to the second screen",
        "throw-screen-3": "Throw the focused window to the third screen",
        "throw-screen-4": "Throw the focused window to the fourth screen",
        "shrink-main": "Shrink the main pane of the current layout",
        "expand-main": "Expand the main pane of the current layout",
        "increase-main": "Increase the number of windows in the main pane",
        "decrease-main": "Decrease the number of windows in the main pane",
        "focus-ccw": "Move window focus counter-clockwise on the current screen",
        "focus-cw": "Move window focus clockwise on the current screen",
        "swap-ccw": "Swap focused window with the next window going counter-clockwi$
        "swap-cw": "Swap focused window with the next window going clockwise",
        "swap-main": "Swap focused window with the main window of its screen",
        "throw-space-1": "Throw the focused window to the first space",
        "throw-space-2": "Throw the focused window to the second space",
        "throw-space-3": "Throw the focused window to the third space",
        "throw-space-4": "Throw the focused window to the fourth space",
        "throw-space-5": "Throw the focused window to the fifth space",
        "throw-space-6": "Throw the focused window to the sixth space",
        "throw-space-7": "Throw the focused window to the seventh space",
        "throw-space-8": "Throw the focused window to the eighth space",
        "throw-space-9": "Throw the focused window to the ninth space",
        "throw-space-8": "Throw the focused window to the eighth space",
        "throw-space-9": "Throw the focused window to the ninth space",
        "toggle-float": "Toggle the focused window between being floating and tiled"
    },

    "screens": "3",

    "cycle-layout": {
        "mod": "mod1",
    },
    "cycle-layout-backward": {
        "mod": "mod2",
    },
    "select-tall-layout": {
        "mod": "mod1"
    },
    "select-wide-layout": {
        "mod": "mod1"
    },
    "select-fullscreen-layout": {
        "mod": "mod1"
    },
    "select-column-layout": {
        "mod": "mod1"
    },
        "mod": "mod1"
    },
    "focus-screen-1": {
        "mod": "mod1"
    },
    "focus-screen-2": {
        "mod": "mod1"
    },
    "focus-screen-3": {
        "mod": "mod1"
    },
    "focus-screen-4": {
        "mod": "mod1"
    },
    "throw-screen-1": {
        "mod": "mod2"
    },
    "throw-screen-2": {
        "mod": "mod2"
    },
    "throw-screen-3": {
        "mod": "mod2"
    },
    "throw-screen-4": {
        "mod": "mod2"
    "throw-screen-4": {
        "mod": "mod2"
    },
    "shrink-main": {
        "mod": "mod1"
    },
    "expand-main": {
        "mod": "mod1"
    },
    "increase-main": {
        "mod": "mod1"
    },
    "decrease-main": {
        "mod": "mod1"
    },
    "focus-ccw": {
        "mod": "mod1"
    },
    "focus-cw": {
        "mod": "mod1"
    },
    "swap-screen-ccw": {
        "mod": "mod2"
    },
    "swap-screen-cw": {
    },
    "swap-screen-cw": {
        "mod": "mod2"
    },
    "swap-ccw": {
        "mod": "mod2"
    },
    "swap-cw": {
        "mod": "mod2"
    },
    "swap-main": {
        "mod": "mod1"
    },
    "throw-space-1": {
        "mod": "mod2"
    },
    "throw-space-2": {
        "mod": "mod2"
    },
    "throw-space-3": {
        "mod": "mod2"
    },
    "throw-space-4": {
        "mod": "mod2"
    },

        "mod": "mod2"
    },
    "throw-space-5": {
        "mod": "mod2"
    },
    "throw-space-6": {
        "mod": "mod2"
    },
    "throw-space-7": {
        "mod": "mod2"
    },
    "throw-space-8": {
        "mod": "mod2"
    },
    "throw-space-9": {
        "mod": "mod2"
    },
    "toggle-float": {
        "mod": "mod1"
    },
    "toggle-tiling": {
        "mod": "mod2"
    },
    "display-current-layout": {
        "mod": "mod1"
    "display-current-layout": {
        "mod": "mod1"
    },

    "MISC": "----------------------",
    "floating": [],
    "float-small-windows": false,
    "mouse-follows-focus": false,
    "focus-follows-mouse": true,
    "enables-layout-hud": false,
    "enables-layout-hud-on-space-change": false
}


답변

그래서 여전히 약간의 결함이있는 MouseFocus.app에서 수행 한 작업을 다시 개선하기로 결정했습니다. 그것들은 지금 수정되었습니다. 이 도구의 기능을 더 잘 반영하기 위해 전체 이름을 “AutoRaise”로 바꿨습니다. 이 도구는 여기에서 다운로드 할 수 있습니다 . 사용하려면 / Applications / 폴더에 복사하여 실행 가능해야합니다 (chmod 700 AutoRaise). 그런 다음 Finder에서 두 번 클릭하십시오. 빠르게 켜거나 끄려면 아래의 애플 스크립트를 사용하여 자동화 서비스 워크 플로에 붙여 넣을 수 있습니다 . 그런 다음 생성 된 서비스를 시스템 환경 설정 | 키보드 | 바로 가기를 통해 키보드 단축키에 바인딩합니다.

업데이트 (29-03-2017) : AutoRaise 바이너리가 업데이트되었습니다. 명령 행에 지연이 지정되지 않은 경우, 이제 명령 행에서 AutoRaise.delay 파일도 찾습니다.같은홈 폴더. ‘시작 응용 프로그램’은 명령 줄 인수를 지원하지 않기 때문에 아래의 Applescript를 사용할 때 특히 유용합니다. 지연은 다음 단위로 지정해야합니다50ms20ms 예를 들어 20ms 지연을 지정하려면 터미널에서이 명령을 한 번 실행하십시오. ‘echo 1> ~ / AutoRaise.delay’

on run {input, parameters}
    tell application "Finder"
        if exists of application process "AutoRaise" then
            quit application "/Applications/AutoRaise"
            display notification "AutoRaise Stopped"
        else
            launch application "/Applications/AutoRaise"
            display notification "AutoRaise Started"
        end if
    end tell
    return input
end run

업데이트 (18-04-2019) : 소스 https://github.com/sbmpost/AutoRaise

업데이트 (05-06-2020) : 기본 지연이 2로 설정되었고 폴링 시간이 단축되었습니다. 이 설정은 마우스를 빠르게 움직일 때 의도하지 않은 창이 나타나지 않도록합니다 (예 : 최상위 메뉴에 도달). 또한 워프 마우스 기능이 추가되었고 메모리 누수가 수정되었습니다. 자세한 내용은 README를 확인하십시오.