add initial clipboard management for pasting
This commit is contained in:
@ -27,3 +27,14 @@
|
||||
#=dec_speech_pitch
|
||||
#=inc_sound_volume
|
||||
#=dec_sound_volume
|
||||
#=clear_clipboard
|
||||
#=first_clipboard
|
||||
#=last_clipboard
|
||||
#=prev_clipboard
|
||||
#=next_clipboard
|
||||
#=curr_clipboard
|
||||
#=set_clipboard_mark
|
||||
#=read_clipboard_mark_text
|
||||
#=copy_clipboard
|
||||
# linux only
|
||||
#=linux_paste_clipboard
|
||||
|
@ -27,3 +27,14 @@
|
||||
#=dec_speech_pitch
|
||||
#=inc_sound_volume
|
||||
#=dec_sound_volume
|
||||
#=clear_clipboard
|
||||
#=first_clipboard
|
||||
#=last_clipboard
|
||||
#=prev_clipboard
|
||||
#=next_clipboard
|
||||
#=curr_clipboard
|
||||
#=set_clipboard_mark
|
||||
#=read_clipboard_mark_text
|
||||
#=copy_clipboard
|
||||
# linux only
|
||||
#=linux_paste_clipboard
|
||||
|
@ -27,3 +27,16 @@
|
||||
#=dec_speech_pitch
|
||||
#=inc_sound_volume
|
||||
#=dec_sound_volume
|
||||
1-FENRIR,1-KEY_F2=clear_clipboard
|
||||
1-FENRIR,1-KEY_A=first_clipboard
|
||||
1-FENRIR,1-KEY_S=last_clipboard
|
||||
1-FENRIR,1-KEY_D=prev_clipboard
|
||||
1-FENRIR,1-KEY_F=next_clipboard
|
||||
1-FENRIR,1-KEY_G=curr_clipboard
|
||||
#-
|
||||
#=set_clipboard_mark
|
||||
#=read_clipboard_mark_text
|
||||
#=copy_clipboard
|
||||
#+
|
||||
# linux only
|
||||
1-FENRIR,1-KEY_F3=linux_paste_clipboard
|
||||
|
44
config/settings/settings.conf.chrys
Normal file
44
config/settings/settings.conf.chrys
Normal file
@ -0,0 +1,44 @@
|
||||
[sound]
|
||||
enabled=True
|
||||
driver=sox
|
||||
theme=default
|
||||
volume=1.0
|
||||
|
||||
[speech]
|
||||
enabled=True
|
||||
driver=speechd
|
||||
rate=0.75
|
||||
pitch=0.5
|
||||
module=espeak
|
||||
voice=de
|
||||
language=de
|
||||
volume=0.8
|
||||
autoReadIncomming=True
|
||||
|
||||
[braille]
|
||||
enabled=False
|
||||
layout=en
|
||||
|
||||
[screen]
|
||||
driver=linux
|
||||
screenUpdateDelay=0.4
|
||||
|
||||
[keyboard]
|
||||
device=all
|
||||
grabDevices=True
|
||||
ignoreShortcuts=False
|
||||
keyboardLayout=test
|
||||
charEcho=True
|
||||
charDeleteEcho=True
|
||||
wordEcho=True
|
||||
interruptOnKeyPress=False
|
||||
|
||||
[general]
|
||||
debugLevel=0
|
||||
punctuationLevel=1
|
||||
fenrirKeys=KEY_KP0
|
||||
|
||||
[promote]
|
||||
enabled=True
|
||||
inactiveTimeoutSec=120
|
||||
list=chrys,test
|
Reference in New Issue
Block a user