Commit Graph

604 Commits

Author SHA1 Message Date
chrys87
5550d31b58 Update punctuationManager.py 2016-09-22 16:53:31 +02:00
chrys87
217ec6a2c0 Update punctuationManager.py 2016-09-22 16:50:26 +02:00
chrys87
1f263b2cf0 Update fenrir.py 2016-09-22 16:11:36 +02:00
chrys87
03ede5086a Update settingsManager.py 2016-09-22 16:10:40 +02:00
chrys87
0cb7ea4410 Update punctuationManager.py 2016-09-22 16:06:59 +02:00
chrys87
7c92a3171d Update punctuationManager.py 2016-09-22 14:46:34 +02:00
chrys87
92a526753a Create punctuationManager.py 2016-09-22 14:45:05 +02:00
chrys87
a45489335f Create reviewManager.py 2016-09-22 14:44:32 +02:00
chrys87
2a508dc890 Update commands.py 2016-09-22 11:52:53 +02:00
chrys87
b899d41508 Create __init__.py 2016-09-22 11:51:38 +02:00
chrys87
181d289b76 Create switchTrigger_template.py 2016-09-22 11:50:20 +02:00
chrys87
352654756e Update fenrir.py 2016-09-22 11:48:45 +02:00
chrys87
aeb96fb1ad Update commandManager.py 2016-09-22 11:46:44 +02:00
chrys87
b223210deb Update fenrir.py 2016-09-22 11:23:49 +02:00
chrys
52793528dd initial onApplicationChange trigger 2016-09-21 23:46:03 +02:00
chrys
2cd218f3e7 improve commands for new onScreenChanged trigger 2016-09-21 23:33:45 +02:00
chrys
02520c9739 rename onScreenChange to onScreenUpdate and create onScreenChange 2016-09-21 23:30:27 +02:00
chrys
e9b97945a3 remove environment parameter and pass it via initialisation 2016-09-21 23:17:54 +02:00
chrys
9c571ba032 fix typos 2016-09-21 18:07:28 +02:00
chrys87
5f77198e80 Update fenrir.py 2016-09-21 17:01:11 +02:00
chrys87
b5940c22f8 Update fenrir.py 2016-09-21 16:59:05 +02:00
chrys87
a2ef1b4e43 Update outputManager.py 2016-09-21 16:56:17 +02:00
chrys87
a6ef252f21 Update inputManager.py 2016-09-21 16:55:31 +02:00
chrys87
5011d35904 Update screenManager.py 2016-09-21 16:54:48 +02:00
chrys87
a1c10feae4 Update commandManager.py 2016-09-21 16:54:03 +02:00
chrys87
ca3bda9aa9 Update fenrir.py 2016-09-21 10:07:38 +02:00
chrys87
bd21eb797a Update fenrir.py 2016-09-21 10:01:57 +02:00
chrys87
77c8b27be2 Update inputManager.py 2016-09-21 10:00:45 +02:00
chrys87
a251e5c466 Update inputManager.py 2016-09-21 09:56:59 +02:00
chrys
4fd69bfe2d fix mistakes 2016-09-20 18:00:22 +02:00
chrys87
cd58d24a74 Update fenrir.py 2016-09-20 16:57:22 +02:00
chrys87
b8a6ef4fdc Update fenrir.py 2016-09-20 16:49:44 +02:00
chrys87
f8d65c5d8c Update set_mark.py 2016-09-20 16:20:27 +02:00
chrys87
84116b8c7d Update remove_marks.py 2016-09-20 16:19:41 +02:00
chrys87
dcfb838381 Update marked_text.py 2016-09-20 16:19:01 +02:00
chrys87
86b4512faf Update copy_marked_to_clipboard.py 2016-09-20 16:18:23 +02:00
chrys87
03bd74d7c4 Update 85000-screen_chnage_reset_marks.py 2016-09-20 16:15:36 +02:00
chrys87
265342f1aa Update commands.py 2016-09-20 16:14:58 +02:00
chrys87
408bb1e44f Update linux.py 2016-09-20 13:24:51 +02:00
chrys87
f15ec2e7cc Update screenData.py 2016-09-20 11:15:20 +02:00
chrys87
7ff3d77519 Update linux.py 2016-09-20 11:14:06 +02:00
chrys87
370c34532b Update linux.py 2016-09-20 11:11:04 +02:00
chrys87
3c9fff3968 Update linux.py 2016-09-20 10:32:32 +02:00
chrys87
4daa9b21e7 Rename prev_line.py to review_prev_line.py 2016-09-20 10:19:54 +02:00
chrys87
0ada4c4f80 Rename prev_word.py to review_prev_word.py 2016-09-20 10:19:38 +02:00
chrys87
d2c83b640b Rename prev_char.py to review_prev_char.py 2016-09-20 10:16:06 +02:00
chrys87
8a2e9f14e3 Rename next_line.py to review_next_line.py 2016-09-20 10:15:12 +02:00
chrys87
0412b683b1 Rename next_char.py to review_next_char.py 2016-09-20 10:14:49 +02:00
chrys87
67d5ba4296 Rename curr_char.py to review_curr_char.py 2016-09-20 10:14:18 +02:00
chrys87
a0a37d6a5e Rename curr_word.py to review_curr_word.py 2016-09-20 10:14:05 +02:00
chrys87
57859b9b95 Rename curr_line.py to review_curr_line.py 2016-09-20 10:13:52 +02:00
chrys87
31327e4289 Create present_last_line.py 2016-09-20 10:06:34 +02:00
chrys87
93dd166bad Create present_first_line.py 2016-09-20 09:44:28 +02:00
chrys
8c5072b480 fix review_bottom out of index -1 missing ;) 2016-09-19 22:30:17 +02:00
chrys
e2471096b8 fix typo 2016-09-19 22:19:42 +02:00
chrys
010b9b4e06 finish remove unneeded returns, import debug to everything, add header 2016-09-19 22:15:58 +02:00
chrys
b6178fa933 continue command modernisation 2016-09-19 21:54:35 +02:00
chrys
de9bb4627f update more commands 2016-09-19 20:56:42 +02:00
chrys
cdc86fdad1 more modernizing commands 2016-09-19 20:43:41 +02:00
chrys
2aaa242479 remove unneded returns from onScreenUpdate commands 2016-09-19 20:34:01 +02:00
chrys
30f579f12b initial keyboard grab 2016-09-18 15:13:24 +02:00
chrys
9fbbfc7e6e init LEDs with current state 2016-09-18 13:13:58 +02:00
chrys
c82819299e update fallback settings.py 2016-09-18 13:11:22 +02:00
chrys
e7ea7a9e0e dont add key twice 2016-09-18 03:41:45 +02:00
chrys
bf72e7fdc7 unify left/ right ctrl and shift 2016-09-18 03:32:24 +02:00
chrys
b588957fb0 fill numlock, scroll and capslock state information 2016-09-18 03:22:54 +02:00
chrys
58075e05d4 remove input.py 2016-09-18 01:57:31 +02:00
chrys
af8566aa9b add currently deactive device grabbing 2016-09-17 23:52:19 +02:00
chrys
593aafd17b initial working input command chain 2016-09-17 23:38:46 +02:00
chrys
75db6ac58f initial working input command chain 2016-09-17 23:38:40 +02:00
chrys
09320092bc add file for review utils 2016-09-17 22:25:05 +02:00
chrys
5ad6cbbb68 remove some more unneeded return values 2016-09-17 21:13:43 +02:00
chrys
0729d2daf2 trigger command shotdown 2016-09-17 21:03:03 +02:00
chrys
dee137f5c6 make soundicons case insensetive 2016-09-17 20:08:56 +02:00
chrys
2a9e8c4017 remove unneeded return values from managers 2016-09-17 17:58:23 +02:00
chrys
87a2b5bfc1 remove unneded return value from commandManager 2016-09-17 17:54:49 +02:00
chrys
515e3b0f7b remove evdev depency from settingsManager 2016-09-17 17:45:55 +02:00
chrys
11289c09cd try command structure, fix tutorial mode command 2016-09-17 17:35:03 +02:00
chrys
4da2d7020c toggle for tutorial mode 2016-09-17 02:30:34 +02:00
chrys
d883f7e213 add parameter to getDescription 2016-09-17 02:15:05 +02:00
chrys
9744e428cb add parameter to getDescription 2016-09-17 02:14:11 +02:00
chrys
482394c92a add parameter to getDescription 2016-09-17 02:10:48 +02:00
chrys
10ddc98d47 implement tutorial mode 2016-09-17 01:59:38 +02:00
Storm Dragon
cc129cefe1 Finished adding descriptions to commands. 2016-09-16 19:54:35 -04:00
chrys
02f67b028b fix some other things 2016-09-17 01:26:07 +02:00
chrys
7d7c021774 make X autodetect working, cleanups, remove unecressary returns, shotdown of the drivers in the managers 2016-09-17 01:04:03 +02:00
chrys
52fbef639c fix typo 2016-09-16 23:34:20 +02:00
chrys87
addcab8889 Update generic.py 2016-09-16 13:34:12 +02:00
chrys87
a5a2d6f453 Update generic.py 2016-09-16 13:20:43 +02:00
chrys87
dc1fcc8e04 Update generic.py 2016-09-16 13:19:49 +02:00
chrys87
dfb72313df Rename sox.py to generic.py 2016-09-16 13:19:06 +02:00
chrys87
1c6d390bb7 Update sox.py 2016-09-16 13:06:20 +02:00
chrys87
631ee17ea6 make sox driver mor generic because we want to make the command configurable 2016-09-16 12:57:00 +02:00
chrys87
62630a06ac Update sox.py 2016-09-16 12:50:07 +02:00
chrys87
d2f8c064ab Update commandManager.py 2016-09-15 16:56:47 +02:00
Storm Dragon
cea74de3cf More learn mode descriptions. 2016-09-15 08:31:42 -04:00
Storm Dragon
dce8ef181c Added some descriiptions for learn mode. 2016-09-15 08:09:48 -04:00
chrys87
5d136a0b4a Update debug.py 2016-09-15 12:56:50 +02:00
chrys87
8ecf43ebab Update debug.py 2016-09-15 12:55:52 +02:00
chrys87
ff18278921 Update debug.py 2016-09-15 12:03:55 +02:00