Hello, I have a quick question. lately when I press the [DELETE] key Textmate replaces my code with some other code, but my [DELETE] key works when I click [SHIFT]+[DELETE]. How can I get my [DELETE] key functionality back to normal.
The code it adds: // Android / BlackBerry Widgets (OS 5.0 and higher) / iPhone // function alertDismissed() { // do something }
navigator.notification.alert( 'You are the winner!', // message alertDismissed, // callback 'Game Over', // title 'Done' // buttonName );
// BlackBerry (OS 4.6) / webOS // navigator.notification.alert('You are the winner!');
note: I had asked the question on the IRC, but my client crashed and I can't get it to login. Software issue on my end
-- View this message in context: http://textmate.1073791.n5.nabble.com/Delete-key-adding-code-instead-of-dele... Sent from the textmate users mailing list archive at Nabble.com.
On Dec 19, 2012, at 19:13, dtoebe dtoebe@gmail.com wrote:
[…] when I press the [DELETE] key Textmate replaces my code with some other code
You have bound a bundle item to the delete key (or installed a bundle with such bad binding).
To find the item use Bundles → Select Bundle Item… (⌃⌘T). In 2.0 click the “Key Equivalent” (⌘4) label at the top (in 1.x you need to use the drop-down menu). Now press the delete key and look at the item foumd.
In 2.0 you can click the circled arrow to the right of the item to go directly to editing it (or press option-return). Here you can clear the key equivalent.