Show
Ignore:
Timestamp:
03/27/11 09:13:55 (2 years ago)
Author:
mbutscher
Message:

branches/stable-2.1:
* Bug fixed: Favorite wiki icons may open wrong wiki
* Bug fixed: Misleading error message and bad error handling for

corrupted wiki config file

* Support for URL appendix "prnr" to create a relative link which is

not relocated (modified) when exported as HTML to a different
destination (backported to 2.1 to provide some backward compatibility
to old behavior)

* Bug fixed: Spell checker used database before update of DB was possible

branches/mbutscher/work:
* Changes to help wiki by APA temporarily removed
* Basic usable file cleanup
* Bug fixed: Spell checker used database before update of DB was possible

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mbutscher/work/WikidPadHelp/data/KeyBindingsOnLinuxAndOsx.wiki

    r258 r266  
    1 [:page:PageHeader][:toc:] 
    2 + Key Bindings On Linux And Osx 
     1++ Key Bindings On Linux And Osx 
    32 
    4 The original KeyBindings are for MsWindows. 
     3The original KeyBindings are for Windows. 
    54 
    6 Some of them doesn't work on Linux or [MacOSX] because they are reserved by the Operating System or the Desktop Environment itself. Or due to other reasons. 
     5Some of them doesn't work on Linux or Apple OSX because they are reserved by the Operating System or the Desktop Environment itself. Or due to other reasons. 
    76 
    8 Additionally the MsWindows' [Ctrl] key is existing on MacOSX as well.  
     7Additionally the Windows' "Ctrl" key is existing on Mac OSX as well.  
    98At least it seems so. But in reality one has to use the "Command" key instead. 
    109 
    1110Example: 
    12 The original keybinding [Ctrl-Space] for AutoComplete is technically equivalent to the key Command-Space on OSX which in fact is used to start Apple Spotlight. Thus, it can't be used by WikidPad. 
     11The original keybinding Ctrl-Space (Autocomplete) is technically equivalent to the key Command-Space on OSX which in fact is used to start Apple Spotlight.  
     12So it can't be used by WikidPad. 
    1313 
    1414As described in page ChangingKeyBindings it is possible to implement workarounds. 
    1515 
    16 This could be done locally in "user_extensions". 
    17 But preferrably You do it globally in the directory "extensions". 
     16One approach is to do that locally in "user_extensions". 
     17But the better one may be to do it globally in the directory "extensions". 
    1818 
    19 Here is a list of already known problems/differences. 
    20 (This is going to be a bit technically for now...) 
     19Here a list of already known problems/differences. 
     20(The following is a bit technically for now...) 
    2121 
    2222<<pre 
     
    3333    ActivateLinkNewTab="Alt-Shift-L" 
    3434    ActivateLinkBackground="Alt-Shift-Ctrl-L" 
    35     # to test: What about MacOSX?   wx.Platform == "__WXMAC__" 
     35    # to test: What about Mac OSX?   wx.Platform == "__WXMAC__" 
    3636 
    3737----------------------------------------- 
     
    6060    AutoComplete="Ctrl-Space" 
    6161>> 
    62  
    63  
    64 [:page:PageFooter]