Sublime Forum

User keybindings don't seem to take effect

#1

Sublime Text 2 Beta (2095)

I want to change my key bindings for bookmarking. I open up the User Key Bindings and enter:


  { "keys": "f4"], "command": "next_bookmark" },
  { "keys": "shift+f4"], "command": "prev_bookmark" },
  { "keys": "super+f4"], "command": "toggle_bookmark" },
  { "keys": "super+shift+f4"], "command": "clear_bookmarks" },
  { "keys": "alt+f4"], "command": "select_all_bookmarks" }
]

However, this has no effect. Changing it in the default bundle, though, does. Any suggestions?

0 Likes

#2

You are on a mac? If yes, try to press the Fn key too.

0 Likes

#3

I have the Fn keys set to not require the ‘fn’ key. When I look at Selection -> Bookmarks in the menu bar, it shows the old keybindings in the Default Key Bindings.

0 Likes

#4

Try to move all content into
User\Default (OSX).sublime-keymap
If that is the place where you have content, move them into
User\Default.sublime-keymap

(make sure you don’t have other extensions or something similar)

0 Likes

#5

[quote=“iamntz”]Try to move all content into
User\Default (OSX).sublime-keymap
If that is the place where you have content, move them into
User\Default.sublime-keymap

(make sure you don’t have other extensions or something similar)[/quote]

I copied all of the content in User\Default (OSX).sublime-keymap to User\Default.sublime-keymap. Restarted ST2, without effect. If I CMD-Shift-P and select User preferences, it always opens User\Default (OSX).sublime-keymap. For what it’s worth, the User File Settings work correctly…

0 Likes

#6

I also deleted ~/Library/Application Support/Sublime Text 2, but I’m still seeing the same issues.

0 Likes