How to disable the Option-Space key combination for non-breaking spaces?

Malax

How to disable the annoying Option-Space key combination for non-breaking spaces?

This is very very annoying in Eclipse or the terminal as I often type the non-breaking space instead of a regular one.

Martin S.

Make your ~/Library/KeyBindings/DefaultKeyBinding.dict file look like this (if it doesn’t exist create it, if there are already bindings in it just add the one from below):

{
"~ " = ("insertText:", " ");
}

What does this do? Every time you press Option-Space instead of inserting a non breaking space OS X now inserts a regular space. Problem fixed.

You need restart the device to apply this change.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to disable non-breaking space with altgr+space

From Java

Tab space instead of multiple non-breaking spaces ("nbsp")?

From Dev

How to put a non-breaking space in an NSString?

From Dev

How to append a non-breaking space in a TextBox?

From Dev

Disable key or key combination

From Dev

Breaking space (Opposite of non-breaking space)

From Dev

Non-breaking spaces in CanvasJS

From Dev

Removing non-breaking spaces?

From Dev

Non-breaking spaces in CanvasJS

From Dev

How to modify this regular expression to not match a non-breaking space?

From Dev

How to insert Non-breaking space to NSString or NSMutableAttributedString

From Dev

How to force non-breaking space in reStructuredText, in code environment?

From Dev

Python - Beautiful Soup - How to Replace a String With a Non-Breaking Space?

From Dev

How to add non-breaking space to a string in javascript?

From Dev

Python - Beautiful Soup - How to Replace a String With a Non-Breaking Space?

From Dev

How to get rid of a "non-breaking space" inside a Swift string?

From Dev

Non breaking space at the end of the line

From Dev

Zlib with non-breaking space

From Dev

non-breaking space in link

From Dev

Zlib with non-breaking space

From Dev

How to disable super+space key in Unity?

From Dev

How to disable super+space key in Unity?

From Java

ReactJS render string with non-breaking spaces

From Dev

Serializing options for non-breaking spaces

From Dev

Is there an equivalent of "non breaking spaces" for line breaks?

From Dev

How to find the non space version of a file name with spaces

From Dev

Difference between breaking and non breaking space ascii characters

From Dev

Mark space for :after content non-breaking

From Dev

Non breaking space between two elements

Related Related

  1. 1

    How to disable non-breaking space with altgr+space

  2. 2

    Tab space instead of multiple non-breaking spaces ("nbsp")?

  3. 3

    How to put a non-breaking space in an NSString?

  4. 4

    How to append a non-breaking space in a TextBox?

  5. 5

    Disable key or key combination

  6. 6

    Breaking space (Opposite of non-breaking space)

  7. 7

    Non-breaking spaces in CanvasJS

  8. 8

    Removing non-breaking spaces?

  9. 9

    Non-breaking spaces in CanvasJS

  10. 10

    How to modify this regular expression to not match a non-breaking space?

  11. 11

    How to insert Non-breaking space to NSString or NSMutableAttributedString

  12. 12

    How to force non-breaking space in reStructuredText, in code environment?

  13. 13

    Python - Beautiful Soup - How to Replace a String With a Non-Breaking Space?

  14. 14

    How to add non-breaking space to a string in javascript?

  15. 15

    Python - Beautiful Soup - How to Replace a String With a Non-Breaking Space?

  16. 16

    How to get rid of a "non-breaking space" inside a Swift string?

  17. 17

    Non breaking space at the end of the line

  18. 18

    Zlib with non-breaking space

  19. 19

    non-breaking space in link

  20. 20

    Zlib with non-breaking space

  21. 21

    How to disable super+space key in Unity?

  22. 22

    How to disable super+space key in Unity?

  23. 23

    ReactJS render string with non-breaking spaces

  24. 24

    Serializing options for non-breaking spaces

  25. 25

    Is there an equivalent of "non breaking spaces" for line breaks?

  26. 26

    How to find the non space version of a file name with spaces

  27. 27

    Difference between breaking and non breaking space ascii characters

  28. 28

    Mark space for :after content non-breaking

  29. 29

    Non breaking space between two elements

HotTag

Archive