comparison etc/NEWS @ 47415:9171c407208a

Added more documentation for keypad package.
author Kim F. Storm <storm@cua.dk>
date Wed, 11 Sep 2002 21:03:50 +0000
parents fd6bfaf82fa4
children eb9a3f38650c
comparison
equal deleted inserted replaced
47414:7198754128bf 47415:9171c407208a
917 The features of cua also works with the standard emacs bindings for 917 The features of cua also works with the standard emacs bindings for
918 kill, copy, yank, and undo. If you want to use cua mode, but don't 918 kill, copy, yank, and undo. If you want to use cua mode, but don't
919 want the C-x, C-c, C-v, and C-z bindings, you may customize the 919 want the C-x, C-c, C-v, and C-z bindings, you may customize the
920 `cua-enable-cua-keys' variable. 920 `cua-enable-cua-keys' variable.
921 921
922 *** The new keypad setup package provides simplified configuration 922 *** The new keypad setup package provides several common bindings for
923 of the numeric keypad which is available on most keyboards. 923 the numeric keypad which is available on most keyboards. The numeric
924 keypad typically has the digits 0 to 9, a decimal point, keys marked
925 +, -, /, and *, an Enter key, and a NumLock toggle key. The keypad
926 package only controls the use of the digit and decimal keys.
927
928 By customizing the variables `keypad-setup', `keypad-shifted-setup',
929 `keypad-numlock-setup', and `keypad-numlock-shifted-setup', or by
930 using the function `keypad-setup', you can rebind all digit keys and
931 the decimal key of the keypad in one step for each of the four
932 possible combinations of the Shift key state (not pressed/pressed) and
933 the NumLock toggle state (off/on).
934
935 The choices for the keypad keys in each of the above states are:
936 `Plain numeric keypad' where the keys generates plain digits,
937 `Numeric keypad with decimal key' where the character produced by the
938 decimal key can be customized individually (for internationalization),
939 `Numeric Prefix Arg' where the keypad keys produce numeric prefix args
940 for emacs editing commands, `Cursor keys' and `Shifted Cursor keys'
941 where the keys work like (shifted) arrow keys, home/end, etc., and
942 `Remove Bindings' where all bindings for the keypad keys are removed.
924 943
925 *** The new kmacro package provides a simpler user interface to 944 *** The new kmacro package provides a simpler user interface to
926 emacs' keyboard macro facilities. 945 emacs' keyboard macro facilities.
927 946
928 Basically, it uses two function keys (default F3 and F4) like this: 947 Basically, it uses two function keys (default F3 and F4) like this: