This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
All html editors and work support bold italic and underline hot keys ctrl-b to toggle bold ctrl-u to toggle underline ctrl-i to toggle italic. It is is toggle not replace ctrl - i ctrl b would turn on bold italic. Thanks Joe |
|
|
Hello Joe The problem with hot keys in a Silverlight app is that the browser may handle some of these before the Silverlight app can use them. For example, pressing Ctrl+B in Internet Explorer will bring up the "Organize Favourites" popup. When this happens, the Silverlight app does not get the key event. However, I have now implemented the hot keys that you have mentioned and they will be available through the nightly build from tomorrow the 7th of September. They will all work when using the HTML Editor in an Out of Browser app. Also, there may be a way to use HTML or java script to disable the browsers hot keys allowing the Silverlight app to handle them, though I myself do not know the technique. Regards |
|