Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by lhk · Oct 24, 2010 at 11:45 AM · inputmonodevelopscripteditor

Monodevelop problems with curly braces

Hi there,

I finally switched from Monoscite to Monodevelop. I've always been content with Monoscite but after I had found out that Monodevelop offers code completion I just couldn't resist. There's one problem : Monodevelop does not accept CTRL + ALT + 7 to write { instead I have to use ALT R + 7 . It took me a while to realize this as I was used to write the "right meanings" of the buttons on my keyboard with CTRL+ALT+BUTTON. Examples are: | { [ ] } \ ~ @ ..... How can I make Monodevelop work as the other text editing programs ? Certainly this is not really important but it's made me use boo instead of c# for the last few scripts I've written

Comment
Add comment · Show 2
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Tak · Dec 09, 2010 at 01:51 PM 1
Share

Good question - can you file a bug (Help -> Report a Bug from the Unity editor) and specify what keymap you're using?

avatar image lhk · May 02, 2011 at 05:55 PM 0
Share

I filed a report. Hope it will help

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by j00hi · May 10, 2014 at 11:49 AM

Here is the solution: Download and install AutoHotkey: http://ahkscript.org/download/

After installation, run it and AutoHotkey will ask you if it should open the default script file - say yes. (Can also be done later by right-clicking on the AutoHotkey tray symbol and klicking "Edit This Script")

In the script, paste the following:

 #IfWinActive, ahk_class gdkWindowToplevel
 
 ^!7::
 Send {RAlt down}{7}{RAlt up}
 return
 
 ^!8::
 Send {RAlt down}{8}{RAlt up}
 return
 
 ^!9::
 Send {RAlt down}{9}{RAlt up}
 return
 
 ^!0::
 Send {RAlt down}{0}{RAlt up}
 return
 
 ^!ß::
 Send {RAlt down}{ß}{RAlt up}
 return


Tell AutoHotkey to "Reload This Script" (right-klick on tray symbol) and that's it. This fixes it for all GDK windows, by the way.

Please note: The last command ^!ß is specific to a german keyboard layout and means pressing Control + Alt + the character 'ß' (That's how the backslash is written on a keyboard with german layout). So if you are using any other keyboard layout, just change it accordingly.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image CHG_Eve · May 29, 2016 at 03:39 PM 0
Share

Thank god this works... this was driving me insane -.- The only problem I had with AutoHot$$anonymous$$ey (install version) was, that it did not ask me if it should open anything and it would not even create a new script. So I used the portable version and then you just have to create a script called AutoHotkey.ahk in your documents folder (Windows), put the code in - start AutoHotkey - and voilá.

avatar image TPRammus · Aug 09, 2017 at 01:02 PM 0
Share

Why is this a thing? You have to download a whole software only to be able to type a symbol...

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Is there something better than Monodevelop? 1 Answer

Debuggging standalone player, possible to receive input when window loses focus? 0 Answers

Input.touchSupported doesn't exist? 0 Answers

Unity Monodevelop problem: cannot type ' or " quotation mark 14 Answers

How do I get MonoDevelop, because visual studio keeps opening? 2 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges