diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap index 5cae932..2c2d1a1 100644 --- a/Default (Linux).sublime-keymap +++ b/Default (Linux).sublime-keymap @@ -1,5 +1,5 @@ [ { - "keys": ["ctrl+p+8"], "command": "pep8" + "keys": ["alt+p+8"], "command": "pep8" } ] \ No newline at end of file diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index 5cae932..dd42e64 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -1,5 +1,5 @@ [ { - "keys": ["ctrl+p+8"], "command": "pep8" + "keys": ["super+p+8"], "command": "pep8" } ] \ No newline at end of file diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap index 5cae932..2c2d1a1 100644 --- a/Default (Windows).sublime-keymap +++ b/Default (Windows).sublime-keymap @@ -1,5 +1,5 @@ [ { - "keys": ["ctrl+p+8"], "command": "pep8" + "keys": ["alt+p+8"], "command": "pep8" } ] \ No newline at end of file diff --git a/check-pep8.sublime-package b/check-pep8.sublime-package index ccc580d..864f075 100644 Binary files a/check-pep8.sublime-package and b/check-pep8.sublime-package differ