keyboard.rc
author Claus Gittinger <cg@exept.de>
Wed, 30 Apr 2014 12:36:45 +0200
changeset 1345 2e5d534aa913
parent 1340 65b404d51704
child 1373 7363f394fdca
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
"*
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
     2
 * Encoding: iso8859-1
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
     3
 *
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
 * $Header$
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
 *
399
5a842f5d7196 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 380
diff changeset
     6
 * MIMEType: application/x-smalltalk-source
5a842f5d7196 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 380
diff changeset
     7
 *
209
22793de5d56e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 140
diff changeset
     8
 * ST/X startup configuration file:
22793de5d56e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 140
diff changeset
     9
 *
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
 * sample keyboard.rc - file
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
 *
719
b9ea1b60c2a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 716
diff changeset
    12
 * this file defines some mappings for common function keys.
b9ea1b60c2a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 716
diff changeset
    13
 * These definitions used to be in 'private.rc',
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
 * but have been extracted into this separate file to allow easier
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
 * sharing of rc files (users having different private files, but want
54
802aa9185941 commentary
Claus Gittinger <cg@exept.de>
parents: 41
diff changeset
    16
 * to use the same keyboard mappings / keyboard macros)
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
 *
719
b9ea1b60c2a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 716
diff changeset
    18
 * A copy of this file can reside in $home/.smalltalk/keyboard.rc or
1127
601cd02e5a4b ctrlbackspace is deleteword, not shift-backspace
Claus Gittinger <cg@exept.de>
parents: 1121
diff changeset
    19
 * in the current directory. After a change, file it in the running st/x,
601cd02e5a4b ctrlbackspace is deleteword, not shift-backspace
Claus Gittinger <cg@exept.de>
parents: 1121
diff changeset
    20
 * using the fileBrowser's fileIn function.
54
802aa9185941 commentary
Claus Gittinger <cg@exept.de>
parents: 41
diff changeset
    21
 *
719
b9ea1b60c2a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 716
diff changeset
    22
 * These are my personal preferrences which may not be
402
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    23
 * correct for your environment.
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    24
 *
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
    25
 * WARNING:
402
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    26
 *   please keep the expressions below free from manipulating
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    27
 *   global state - all that should be done here is to set up the current
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    28
 *   screens keyboard map.
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    29
 *   Reason: in multihead applications, this will be consulted for each
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    30
 *   new display screen.
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
 *"
1243
1fc6b3f01e48 End chung after initial comment / encoding spec
Stefan Vogel <sv@exept.de>
parents: 1196
diff changeset
    32
!
719
b9ea1b60c2a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 716
diff changeset
    33
Smalltalk fileIn:'keyboardMacros.rc'.
86
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
    34
!
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
    35
92
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
    36
"*
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
    37
 * key bindings common to all display types
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
    38
 * use event monitor, to see what the Xserver sends us;
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
    39
 * put display-specific stuff into a d_hostName.rc file.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
    40
 *"
402
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    41
|map screen|
86
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
    42
402
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    43
screen := Screen current.
f8bad6cf5abc *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 399
diff changeset
    44
map := screen keyboardMap.
86
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
    45
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    46
#(
1313
c286f9b4fd53 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1306
diff changeset
    47
    #Cmd     #Alt
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    48
    #Cmd     #Menu
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    49
    #Menu    #Appl
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    50
    #Menu    #CtrlAppl
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    51
    #Menu    #CmdAppl
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    52
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    53
"/     #'Hardcopy'     #'Super_R'
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    54
    #'Alt'     #'Super_L'
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    55
    #'Alt'     #'Hyper_R'
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    56
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    57
    #UserInterrupt    #Break      "WIN"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    58
    #UserAbort        #CtrlCancel "WIN: abort window process, but no debugger"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    59
    #UserAbort        #CtrlPause
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    60
    #UserAbort        #CtrlBreak  "X11: abort window process, but no debugger"
1340
65b404d51704 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1330
diff changeset
    61
    #UserAbort        #CmdY
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    62
    #FlushInput       #CtrlX     "flush typeahead input"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    63
    #DestroyView      #CmdCtrlX  "to destroy dead views"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    64
    #DestroyTopView   #CmdCtrlx  "to destroy dead views"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    65
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    66
    #CloseWindowRequest      #CmdF4
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    67
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    68
    #DoIt          #Cmdd          "i e  Cmd-d / Alt-d (sometimes Meta-d)"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    69
    #DoIt          #Ctrld
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    70
    #InspectIt     #Cmdi          "evaluate & inspect result"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    71
    #InspectIt     #Ctrlq
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    72
    #PrintIt       #Cmdp          "evaluate and paste result"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    73
    #PrintIt       #Ctrlp
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    74
    #ReplaceIt     #CmdP          "evaluate and replace selection by result"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    75
    #BrowseIt      #CmdB
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    76
    #BrowseIt      #CtrlB
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    77
    #ImplementorsOfIt      #CtrlI
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    78
    #ImplementorsOfIt      #CmdI
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    79
"/     #SendersOfIt      #CtrlS
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    80
"/     #SendersOfIt      #CmdS
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    81
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    82
    #ToggleInsertMode                #CtrlInsert
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    83
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    84
    #Copy          #Cmdc          "copy selection to buffer"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    85
    #Copy          #Ctrlc          "copy selection to buffer"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    86
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    87
    #Cut           #Cmdx          "cut selection into buffer"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    88
    #Cut           #Ctrlx
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    89
    #Paste         #Cmdv          "paste buffer or external selection"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    90
    #Paste         #Ctrlv
1306
2581c10f1fff removed via FileBrowser
Claus Gittinger <cg@exept.de>
parents: 1279
diff changeset
    91
    #PasteFromHistory         #CmdV          "show paste history"
2581c10f1fff removed via FileBrowser
Claus Gittinger <cg@exept.de>
parents: 1279
diff changeset
    92
    #PasteFromHistory         #CtrlV         "show paste history"
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    93
    #Replace       #Cmdr
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    94
    #Replace       #Ctrlr
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    95
    #Join          #Ctrlj         "join lines"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    96
    #Join          #Cmdj          "join lines"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    97
    #Find          #Cmds          "open searchbox"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    98
    #Find          #Ctrlf
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
    99
    #FindNext      #Cmdf          "search fwd for last searchpattern or selection"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   100
    #FindPrev      #Cmdb          "search bwd for last searchpattern or selection"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   101
    #FindPrev      #Ctrlb
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   102
    #SelectAll     #CmdA          "that is Alt-shift-a"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   103
    #SelectAll     #Ctrla
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   104
    #GotoLine      #Ctrll
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   105
    #GotoLine      #Ctrlg
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   106
    #SelectWord    #Cmdw          "select word under cursor"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   107
    #Undo          #Ctrlz
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   108
    #Redo          #Ctrly
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   109
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   110
    #Accept        #Cmda
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   111
    #Accept        #Ctrls
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   112
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   113
    #Explain       #Cmde
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   114
    #Explain       #Cmdh
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   115
    #Format        #CmdF              "that is Alt-shift-F"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   116
"/     #Format        #CtrlF         "that is Ctrl-shift-F"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   117
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   118
"/     #DeleteLine    #CtrlX
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   119
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   120
    #NextPage        #Next     "typically labelled PageDown on keyboard"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   121
    #PreviousPage    #Prior    "typically labelled PageUp on keyboard"
931
050dc53ad707 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 927
diff changeset
   122
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   123
"/     #PreviousPage    #Ctrlb    "vi behavior"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   124
"/     #NextPage        #Ctrlf    "vi behavior"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   125
"/     #HalfPageUp      #Ctrlu
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   126
"/     #HalfPageDown    #Ctrld
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   127
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   128
"/ old setting:
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   129
"/     #BeginOfText     #Home     "some prefer to bind #BeginOfLine to #Home"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   130
"/     #EndOfText       #End      "some prefer to bind #EndOfLine to #End"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   131
"/
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   132
"/ new setting:
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   133
    #BeginOfLine     #Home
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   134
    #EndOfLine       #End
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   135
    #BeginOfText     #CtrlHome
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   136
    #EndOfText       #CtrlEnd
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   137
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   138
    #EndOfLine       #Ctrle
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   139
    #NextWord        #Ctrlw
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   140
    #EndOfWord       #CtrlW
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   141
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   142
    #NextWord        #CtrlCursorRight
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   143
    #PreviousWord    #CtrlCursorLeft
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   144
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   145
    #ScrollUp        #CtrlCursorUp
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   146
    #ScrollDown      #CtrlCursorDown
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   147
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   148
    #SearchMatchingParent     #Ctrlm
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   149
    #SelectMatchingParents    #Cmdm
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   150
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   151
    #SelectToEnd              #CtrlE    "that is ctrl-shift-e"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   152
    #SelectFromBeginning      #CtrlA    "that is ctrl-shift-a"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   153
    #ExpandSelectionByLine    #Cmdl     "try multiple Cmd-l's ..."
1340
65b404d51704 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1330
diff changeset
   154
    #ExpandSelectionByWord    #CmdW     "try multiple Cmd-shift-w's ..."
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   155
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   156
    #ZoomIn    #'Ctrl+'
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   157
    #ZoomOut    #'Ctrl-'
252
5d4a68556e45 ESC & Compose keys on DEC keyboards
Claus Gittinger <cg@exept.de>
parents: 209
diff changeset
   158
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   159
    "Notice:
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   160
      Cmd-CursorLeft/Right and Alt-CursorLeft/Right
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   161
      are also used by some winmdowmanagers (fvwm)
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   162
      if this is the case on your system, either
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   163
      change the following to use different keys,
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   164
      or change the windowmanagers configuration file
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   165
      (usr/lib/X11/xxxwm/*rc)
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   166
      The above is the reason that the following defines Ctrl-xxx
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   167
      as an alternative (mwm in the INDY also uses the alt-sequences)
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   168
    "
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   169
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   170
    #FocusNext        #CmdCursorRight    "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   171
    #FocusPrevious    #CmdCursorLeft     "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   172
    #FocusNext        #CmdCursorDown     "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   173
    #FocusPrevious    #CmdCursorUp       "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   174
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   175
    #FocusNext        #AltCursorRight    "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   176
    #FocusPrevious    #AltCursorLeft     "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   177
    #FocusNext        #AltCursorDown     "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   178
    #FocusPrevious    #AltCursorUp       "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   179
"/     #FocusNext        #CtrlCursorRight   "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   180
"/     #FocusPrevious    #CtrlCursorLeft    "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   181
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   182
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   183
    #NonInsertingTab     #ShiftTab
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   184
"/     #BackTab             #ShiftTab
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   185
    #BackTab             #CtrlTab
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   186
    #NonInsertingTab     #'ISO_Left_Tab'
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   187
"/     #ToggleTabs          #CtrlTab
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   188
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   189
"/     #FocusNext        #CtrlTab           "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   190
    #FocusNext        #CmdTab            "experimental"
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   191
"/     #FocusPrevious    #'ISO_Left_Tab'
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   192
    #FocusPrevious    #'CmdISO_Left_Tab'
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   193
"/ map bindValue:#Tab              #'ISO_Left_Tab'
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   194
    #Menu             #Cmdz
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   195
) pairWiseDo:[:symbolic :key |
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   196
	map bindValue:symbolic to:key.
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   197
].
252
5d4a68556e45 ESC & Compose keys on DEC keyboards
Claus Gittinger <cg@exept.de>
parents: 209
diff changeset
   198
1196
72b2cb293f6a abort key under mswindows (strange)
Claus Gittinger <cg@exept.de>
parents: 1127
diff changeset
   199
OperatingSystem isMSWINDOWSlike ifTrue:[
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   200
    map bindValue:#UserAbort        to:#Pause.
1196
72b2cb293f6a abort key under mswindows (strange)
Claus Gittinger <cg@exept.de>
parents: 1127
diff changeset
   201
] ifFalse:[
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   202
    map bindValue:#UserInterrupt    to:#Pause. "X11"
1196
72b2cb293f6a abort key under mswindows (strange)
Claus Gittinger <cg@exept.de>
parents: 1127
diff changeset
   203
].
92
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   204
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   205
"*
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   206
 * ISO LATIN 1 symbolic characters - map to iso8859-1/unicode values
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   207
 * not all Xservers send those correctly.
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   208
 * As a fall back, dieresis mappings using Alt-key sequences are found at
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   209
 * the end.
92
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   210
 *"
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   211
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   212
#(
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   213
	"/ dieresis characters
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   214
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   215
	Udiaeresis      16rDC
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   216
	Adiaeresis      16rC4
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   217
	Odiaeresis      16rD6
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   218
	udiaeresis      16rFC
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   219
	adiaeresis      16rE4
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   220
	odiaeresis      16rF6
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   221
	ydiaeresis      16rFF
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   222
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   223
	"/ grave
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   224
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   225
	Agrave          16rC0
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   226
	Egrave          16rC8
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   227
	Igrave          16rCC
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   228
	Ograve          16rCC
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   229
	Ugrave          16rD9
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   230
	agrave          16rE0
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   231
	egrave          16rE8
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   232
	igrave          16rEC
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   233
	ograve          16rF2
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   234
	ugrave          16rF9
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   235
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   236
	"/ acute
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   237
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   238
	Aacute          16rC1
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   239
	Eacute          16rC9
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   240
	Iacute          16rCD
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   241
	Oacute          16rD3
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   242
	Uacute          16rDA
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   243
	Yacute          16rDD
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   244
	aacute          16rE1
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   245
	eacute          16rE9
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   246
	iacute          16rED
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   247
	oacute          16rF3
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   248
	uacute          16rFA
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   249
	yacute          16rFD
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   250
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   251
	"/ circumflex
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   252
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   253
	Acircumflex     16rC2
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   254
	Ecircumflex     16rCA
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   255
	Icircumflex     16rCE
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   256
	Ocircumflex     16rD4
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   257
	Ucircumflex     16rDB
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   258
	acircumflex     16rE2
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   259
	ecircumflex     16rEA
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   260
	icircumflex     16rEE
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   261
	ocircumflex     16rF4
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   262
	ucircumflex     16rFB
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   263
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   264
	"/ tilde
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   265
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   266
	Atilde          16rC3
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   267
	Ntilde          16rD1
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   268
	atilde          16rE3
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   269
	ntilde          16rF1
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   270
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   271
	"/ ring
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   272
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   273
	Aring           16rC4
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   274
	aring           16rE4
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   275
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   276
	"/ ligatures
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   277
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   278
	AE              16rC5
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   279
	ae              16rE5
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   280
	ssharp          16rDF
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   281
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   282
	"/ cedilla
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   283
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   284
	Ccedilla        16rC7
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   285
	ccedilla        16rE7
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   286
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   287
	"/ slashed
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   288
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   289
	Ooblique        16rD8
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   290
	oslash          16rF8
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   291
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   292
	"/ misc (if on your keyboard)
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   293
1279
95bd228e786e more keyboard mappings
Stefan Vogel <sv@exept.de>
parents: 1278
diff changeset
   294
	Eth             16rD0   "/ some old servers still use this
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   295
	ETH             16rD0
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   296
	eth             16rF0
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   297
	multiply        16rD7
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   298
	Thorn           16rDE   "/ some old servers still use this
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   299
	THORN           16rDE   "/ some old servers still use this
1278
f59f18e1da86 Add missing acute (´)
Stefan Vogel <sv@exept.de>
parents: 1277
diff changeset
   300
	acute           16rEF
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   301
	division        16rF7
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   302
	thorn           16rFE
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   303
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   304
	section         16rA7
1279
95bd228e786e more keyboard mappings
Stefan Vogel <sv@exept.de>
parents: 1278
diff changeset
   305
	rightdoublequotemark 16rAB
95bd228e786e more keyboard mappings
Stefan Vogel <sv@exept.de>
parents: 1278
diff changeset
   306
	leftdoublequotemark  16rBB
95bd228e786e more keyboard mappings
Stefan Vogel <sv@exept.de>
parents: 1278
diff changeset
   307
	notsign         16rAC
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   308
	degree          16rB0
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   309
	twosuperior     16rB2
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   310
	threesuperior   16rB3
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   311
	mu              16rB5
1279
95bd228e786e more keyboard mappings
Stefan Vogel <sv@exept.de>
parents: 1278
diff changeset
   312
	cedilla         16rB8
95bd228e786e more keyboard mappings
Stefan Vogel <sv@exept.de>
parents: 1278
diff changeset
   313
	onesuperior     16rB9
95bd228e786e more keyboard mappings
Stefan Vogel <sv@exept.de>
parents: 1278
diff changeset
   314
	onequarter      16rBC
95bd228e786e more keyboard mappings
Stefan Vogel <sv@exept.de>
parents: 1278
diff changeset
   315
	onehalf         16rBD
95bd228e786e more keyboard mappings
Stefan Vogel <sv@exept.de>
parents: 1278
diff changeset
   316
	threequarter    16rBE
1277
44aec8b3cb71 Keyboard translation for Euro
Stefan Vogel <sv@exept.de>
parents: 1253
diff changeset
   317
	EuroSign        16r20AC
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   318
) pairWiseDo:[:symbolic :numeric |
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   319
	map bindValue:(Character value:numeric) to:symbolic.
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   320
].
92
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   321
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   322
"*
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   323
 * need more here (katakana, arabic, cyrillic, greek etc.)
92
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   324
 *"
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   325
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   326
"*
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   327
 * numeric keypad - binding to normal numeric keys
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   328
 *"
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   329
"/ map bindValue:$0 to:#'KP_Insert'.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   330
"/ map bindValue:$1 to:#'KP_End'.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   331
"/ map bindValue:$2 to:#'KP_Down'.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   332
"/ map bindValue:$3 to:#'KP_Next'.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   333
"/ map bindValue:$4 to:#'KP_Left'.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   334
"/ map bindValue:$5 to:#'KP_Begin'.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   335
"/ map bindValue:$6 to:#'KP_Right'.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   336
"/ map bindValue:$7 to:#'KP_Home'.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   337
"/ map bindValue:$8 to:#'KP_Up'.
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   338
"/ map bindValue:$9 to:#'KP_Prior'.
380
fac7090c0ff7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 374
diff changeset
   339
map bindValue:#Return to:#'KP_Enter'.
fac7090c0ff7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 374
diff changeset
   340
map bindValue:#Delete to:#'KP_Delete'.
92
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   341
dd4108239142 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 89
diff changeset
   342
86
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   343
"/ remove these lines, if your keyboard has a COMPOSE-key.
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   344
"/ None of our Xdisplays here has one - so we simulate it using CTRL-R ...
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   345
"/ which on some (of our) servers comes pretranslated as Multi_key,
327
df575037165e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 299
diff changeset
   346
"/ CtrlMulti_key or even Mode_switch.
86
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   347
327
df575037165e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 299
diff changeset
   348
map bindValue:#Compose     to:#'Control_R'.       "/ the right compose key
455
1bc57270b5d7 added Cmd-Shift-B as BrowseIt shortCut
Claus Gittinger <cg@exept.de>
parents: 442
diff changeset
   349
"/ map bindValue:#Compose     to:#'Control_L'.       "/ the right compose key
327
df575037165e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 299
diff changeset
   350
map bindValue:#Compose     to:#'Multi_key'.       "/ the right compose key
df575037165e *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 299
diff changeset
   351
map bindValue:#Compose     to:#'CtrlMulti_key'.   "/ the right compose key
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   352
"/ map bindValue:#Compose     to:#'Mode_switch'.
86
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   353
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   354
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   355
"/ a kludge: some Xservers send #Delete for both the backspace
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   356
"/ and the Delete key. In this case, we use the Backspace function
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   357
"/ for both keys. If your Xserver does not do this (it should not)
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   358
"/ remove or comment the following 'bindValue:#BackSpace'-line:
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   359
"/
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   360
356
4275f251cb37 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 347
diff changeset
   361
"/ map bindValue:#BackSpace     to:#Delete.
1127
601cd02e5a4b ctrlbackspace is deleteword, not shift-backspace
Claus Gittinger <cg@exept.de>
parents: 1121
diff changeset
   362
map bindValue:#DeleteWordBeforeCursor    to:#CtrlBackSpace.
1253
c4fe978d8015 ALT-Backspace is Delete (for reduced keyboards)
Claus Gittinger <cg@exept.de>
parents: 1243
diff changeset
   363
map bindValue:#Delete                    to:#CmdBackSpace.
86
7cb0bbfd6431 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 76
diff changeset
   364
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   365
"/
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   366
"/ my personal preferences - comment it, if you do not like them
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   367
"/ bind function and other keys as:
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   368
"/
715
529ebe47d1e9 Change default window style to #mswindowsXP
Stefan Vogel <sv@exept.de>
parents: 705
diff changeset
   369
"/ F1            - help
1063
b0ad748f0a18 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 974
diff changeset
   370
"/ F2            - rename (old: completion)
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   371
"/ F3            - comment-it
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   372
"/ F4            - uncomment-it
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   373
"/ F5            - paste shell output
715
529ebe47d1e9 Change default window style to #mswindowsXP
Stefan Vogel <sv@exept.de>
parents: 705
diff changeset
   374
"/ F8            - again
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   375
"/ F9            - undent by 4
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   376
"/ F10           - indent by 4
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   377
"/ Control-R     - Compose key
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   378
"/ Break         - UserInterrupt
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   379
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   380
"/
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   381
"/ convenient functions on the keyboard
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   382
"/
942
b96f7604b8e4 *** empty log message ***
fm
parents: 941
diff changeset
   383
map bindValue:#Help             to:#F1.
b96f7604b8e4 *** empty log message ***
fm
parents: 941
diff changeset
   384
map bindValue:#Again            to:#F8.
89
fffab00793be *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 88
diff changeset
   385
"/ map bindValue:#PrintIt       to:#Print.      "/ called PrintScreen on most keyboards
fffab00793be *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 88
diff changeset
   386
"/ map bindValue:#InspectIt     to:#Execute.    "/ called SysReq on most keyboards
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   387
922
40de9cc98570 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 918
diff changeset
   388
map bindValue:#SaveAs        to:#CtrlS.
88
95380a1bf862 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 86
diff changeset
   389
map bindValue:#SaveAs        to:#CmdS.
95380a1bf862 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 86
diff changeset
   390
481
e7ac8dea1db0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 460
diff changeset
   391
"/ xxxF5      -> macro ReplaceSelectionByUnixCommandsOutput (unix command output paste)
460
b0b146033ca1 macro names
Claus Gittinger <cg@exept.de>
parents: 459
diff changeset
   392
"/ CtrlTab -> macro ToggleTabs (toggle 4/8 tabs)
b0b146033ca1 macro names
Claus Gittinger <cg@exept.de>
parents: 459
diff changeset
   393
"/ F10     -> macro IndentBy4 (indent by 4)
b0b146033ca1 macro names
Claus Gittinger <cg@exept.de>
parents: 459
diff changeset
   394
"/ F9      -> macro UndentBy4 (undent by 4)
b0b146033ca1 macro names
Claus Gittinger <cg@exept.de>
parents: 459
diff changeset
   395
"/ F12     -> macro IndentBy1 (indent by 1)
b0b146033ca1 macro names
Claus Gittinger <cg@exept.de>
parents: 459
diff changeset
   396
"/ F11     -> macro UndentBy1 (undent by 1)
1063
b0ad748f0a18 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 974
diff changeset
   397
"/ F2      -> rename (old: completion)
292
aab8f8feb824 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 290
diff changeset
   398
"/ F3      -> commentSelection
aab8f8feb824 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 290
diff changeset
   399
"/ F4      -> uncommentSelection
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   400
481
e7ac8dea1db0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 460
diff changeset
   401
"/ map bindValue:#ReplaceSelectionByUnixCommandsOutput  to:#F5.
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   402
"/ map bindValue:#CmdF97 to:#F7.
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   403
"/ map bindValue:#CmdF96 to:#F6.
643
Claus Gittinger <cg@exept.de>
parents: 642
diff changeset
   404
460
b0b146033ca1 macro names
Claus Gittinger <cg@exept.de>
parents: 459
diff changeset
   405
map bindValue:#IndentBy4 to:#F10.
b0b146033ca1 macro names
Claus Gittinger <cg@exept.de>
parents: 459
diff changeset
   406
map bindValue:#UndentBy4 to:#F9.
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   407
460
b0b146033ca1 macro names
Claus Gittinger <cg@exept.de>
parents: 459
diff changeset
   408
map bindValue:#IndentBy1 to:#F12.
b0b146033ca1 macro names
Claus Gittinger <cg@exept.de>
parents: 459
diff changeset
   409
map bindValue:#UndentBy1 to:#F11.
292
aab8f8feb824 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 290
diff changeset
   410
726
c3108d9652d8 better F6 macro
Claus Gittinger <cg@exept.de>
parents: 725
diff changeset
   411
map bindValue:#ConvertSelectionToLowercaseOrUppercaseOrUppercaseFirst to:#F6.
728
567654833bf6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 726
diff changeset
   412
map bindValue:#ConvertSelectionToUppercase to:#CtrlF6.
457
de0d828c363c *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 455
diff changeset
   413
1063
b0ad748f0a18 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 974
diff changeset
   414
map bindValue:#Rename           to:#F2.
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   415
map bindValue:#CommentSelection to:#F3.
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   416
map bindValue:#UncommentSelection to:#F4.
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   417
719
b9ea1b60c2a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 716
diff changeset
   418
map bindValue:#ParenthizeSelection to:#'Cmd('.
b9ea1b60c2a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 716
diff changeset
   419
map bindValue:#UnparenthizeSelection to:#'Cmd)'.
b9ea1b60c2a8 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 716
diff changeset
   420
699
064fa3d9d0a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 697
diff changeset
   421
map bindValue:#LearnKeyboardMacro   to:#CtrlF2.
064fa3d9d0a5 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 697
diff changeset
   422
map bindValue:#ExecuteKeyboardMacro to:#CmdF2.
438
182b5f7c4fa7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 415
diff changeset
   423
1063
b0ad748f0a18 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 974
diff changeset
   424
"/ map bindValue:#CodeCompletion     to:#F2.
1318
e9fbcd98cb2b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1313
diff changeset
   425
map bindValue:#CodeCompletion     to:#'Ctrl '.          "that is Ctrl-Space"
e9fbcd98cb2b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1313
diff changeset
   426
map bindValue:#CodeCompletion     to:#'Ctrlspace'.      "mhmh - why is this sent on linux, and the above on windows (must check) ?"
942
b96f7604b8e4 *** empty log message ***
fm
parents: 941
diff changeset
   427
943
f85e3d3635c5 *** empty log message ***
fm
parents: 942
diff changeset
   428
map bindValue:#ExpandAbbreviation to:#'Cmd '.     "that is Alt-Space"
438
182b5f7c4fa7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 415
diff changeset
   429
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   430
"/ map bindValue:#PasteBlockEvaluationsOutput to:#CmdV.
487
6d6fbd3a4a46 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 484
diff changeset
   431
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   432
"/
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   433
"/ since some of my machines have german keyboards ;-)
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   434
"/ and I like to be able to edit my files on all machines,
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   435
"/ I need a translation in both ways.
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   436
"/ you'd normally not define things in both directions.
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   437
"/
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   438
"/ actually, these things belong into the servers modmap or
57
3e06b2840c9f structure & commentary
Claus Gittinger <cg@exept.de>
parents: 54
diff changeset
   439
"/ into a display specific d_<displayName>.rc ...
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   440
"/
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   441
"/ german national characters on a US keyboard:
140
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   442
"/ comment this, if you have a german keyboard.
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   443
"/
140
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   444
"/map bindValue:(Character value:16rFC) to:#'Cmd['.   "/ u dieresis
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   445
"/map bindValue:(Character value:16rE4) to:#'Cmd'''.  "/ a dieresis
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   446
"/map bindValue:(Character value:16rF6) to:#'Cmd;'.   "/ o dieresis
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   447
"/map bindValue:(Character value:16rDC) to:#'Cmd{'.   "/ U dieresis
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   448
"/map bindValue:(Character value:16rC4) to:#'Cmd"'.   "/ A dieresis
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   449
"/map bindValue:(Character value:16rD6) to:#'Cmd:'.   "/ O dieresis
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   450
"/map bindValue:(Character value:16rDF) to:#'Cmd-'.   "/ s-sharp
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   451
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   452
"/
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   453
"/ US characters on national keyboards:
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   454
"/ (on many national keyboards, the x-server does NOT correctly
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   455
"/  xlate characters .... on others, it does and you may remove/comment
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   456
"/  the following.)
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   457
"/
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   458
map bindValue:$[ to:#'Alt['.
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   459
map bindValue:$] to:#'Alt]'.
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   460
map bindValue:$| to:#'Alt|'.
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   461
map bindValue:${ to:#'Alt{'.
57
3e06b2840c9f structure & commentary
Claus Gittinger <cg@exept.de>
parents: 54
diff changeset
   462
map bindValue:$} to:#'Alt}'.
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   463
map bindValue:$\ to:#'Alt\'.
140
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   464
map bindValue:$~ to:#'Alt~'.
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   465
map bindValue:$@ to:#'Alt@'.
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   466
609
f0f51d4a0066 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 586
diff changeset
   467
map bindValue:$[ to:#'Cmd['.
140
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   468
map bindValue:$] to:#'Cmd]'.
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   469
map bindValue:$| to:#'Cmd|'.
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   470
map bindValue:${ to:#'Cmd{'.
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   471
map bindValue:$} to:#'Cmd}'.
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   472
map bindValue:$\ to:#'Cmd\'.
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   473
map bindValue:$~ to:#'Cmd~'.
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   474
map bindValue:$@ to:#'Cmd@'.
497
1a8b0d6c7750 french alt stuff (kludge)
Claus Gittinger <cg@exept.de>
parents: 496
diff changeset
   475
map bindValue:$# to:#'Cmd#'.
140
30920131031d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 138
diff changeset
   476
690
4e7825c093ba *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 684
diff changeset
   477
map bindValue:#UserInterrupt to:#'Cmd.' .     "/ for squeak compatibility
1330
5a64cf920fd2 CTRL-. is also user interrupt
Claus Gittinger <cg@exept.de>
parents: 1318
diff changeset
   478
map bindValue:#UserInterrupt to:#'Ctrl.' .    "/ for vw compatibility
122
6b06631a4bb0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 92
diff changeset
   479
41
d61cda45c461 separated keyboard macros
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   480
!