patch to make the laptop keyboard layout a bit more like the desktop
ameer armaly
ameer at charter.net
Thu Apr 15 14:55:40 EDT 2004
Hi all.
Here is a patch, that makes the quiet function asigned to spk key_enter.
It also will allow you to use the say line with indent function by hitting
the speakup keyand the letter i twice.
Thanks,
Ameer
-------------- next part --------------
--- speakupmap.orig 2004-04-15 14:48:27.000000000 -0400
+++ speakupmap.map 2004-04-15 14:48:07.000000000 -0400
@@ -58,16 +58,17 @@
ctrl spk key_0 = speakup_goto
spk key_u = say_prev_line
spk key_i = say_line
-spk key_o = say_next_line
+
+double spk key_i = say_line_indentspk key_o = say_next_line
spk key_minus = speakup_parked
shift spk key_minus = say_char_num
spk key_j = say_prev_word
spk key_k = say_word
-shift spk key_k = spell_word
+double spk key_k = spell_word
spk key_l = say_next_word
spk key_m = say_prev_char
spk key_comma = say_char
-shift spk key_comma = say_phonetic_char
+double spk key_comma = say_phonetic_char
spk key_dot = say_next_char
spk key_n = say_position
ctrl spk key_m = left_edge
@@ -80,8 +81,8 @@
spk key_semicolon = say_to_right
spk key_p = say_to_bottom
spk key_slash = say_attributes
- ctrl spk key_enter = speakup_quiet
-shift spk key_enter = speakup_off
+spk key_enter = speakup_quiet
+ ctrl spk key_enter = speakup_off
spk key_9 = speakup_cut
spk key_8 = speakup_paste
shift spk key_m = say_first_char
More information about the Speakup
mailing list