- Timestamp:
- 03/27/11 09:13:55 (2 years ago)
- 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 3 2 4 The original KeyBindings are for MsWindows.3 The original KeyBindings are for Windows. 5 4 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.5 Some 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. 7 6 8 Additionally the MsWindows' [Ctrl] key is existing on MacOSX as well.7 Additionally the Windows' "Ctrl" key is existing on Mac OSX as well. 9 8 At least it seems so. But in reality one has to use the "Command" key instead. 10 9 11 10 Example: 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. 11 The original keybinding Ctrl-Space (Autocomplete) is technically equivalent to the key Command-Space on OSX which in fact is used to start Apple Spotlight. 12 So it can't be used by WikidPad. 13 13 14 14 As described in page ChangingKeyBindings it is possible to implement workarounds. 15 15 16 This could be donelocally in "user_extensions".17 But preferrably Youdo it globally in the directory "extensions".16 One approach is to do that locally in "user_extensions". 17 But the better one may be to do it globally in the directory "extensions". 18 18 19 Here isa list of already known problems/differences.20 (Th is is going to bea bit technically for now...)19 Here a list of already known problems/differences. 20 (The following is a bit technically for now...) 21 21 22 22 <<pre … … 33 33 ActivateLinkNewTab="Alt-Shift-L" 34 34 ActivateLinkBackground="Alt-Shift-Ctrl-L" 35 # to test: What about Mac OSX? wx.Platform == "__WXMAC__"35 # to test: What about Mac OSX? wx.Platform == "__WXMAC__" 36 36 37 37 ----------------------------------------- … … 60 60 AutoComplete="Ctrl-Space" 61 61 >> 62 63 64 [:page:PageFooter]
