gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

Mac hotkeys not usable. #61

Closed JulianNorton closed 9 years ago

JulianNorton commented 10 years ago

cmd + alt + d show/hides the Dockbar ctrl + alt + d brings up a dictionary dialog

(from marclundgren)

3448a9ea-7edb-11e3-9d4c-59e8705213e0

marclundgren commented 10 years ago

this is specifically for the diffing hotkey. Do you think this applies to all hotkeys on mac?

JulianNorton commented 10 years ago

None of the hotkeys worked for me except for ctrl + shift (pageup/pagedown)

OSX 10.9

gornostal commented 10 years ago

I wonder why no one has reported this before. So the issue is only with default hotkeys, right?

Which hotkeys would you prefer for the following commands?

    { "keys": ["ctrl+super+c"], "command": "show_original_part" },
    { "keys": ["ctrl+super+r"], "command": "replace_modified_part" },
    { "keys": ["ctrl+alt+d"], "command": "show_diff" },
    { "keys": ["ctrl+super+u"], "command": "uncommitted_files" },

Preferably with changing only modifiers (like cmd, options, crtl) and leaving the letter unchanged.

Rowno commented 10 years ago

The key bindings for show_original_part and replace_modified_part are fine on Mac, they don't need changing.

gornostal commented 10 years ago

Today I had a chance to try Modific on OSX and I was able to open diff using ctrl+alt+d hotkey. Maybe I did something wrong, I'll try again next week.

gornostal commented 10 years ago

Any suggestions on hotkeys for show_diff and uncommitted_files?