summary refs log tree commit diff stats
path: root/doc/cheatsheet.svg
blob: 3794a2da989cc5dcfb16f9b1fca41e329f82f9a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1
//: Arithmetic primitives

:(before "End Primitive Recipe Declarations")
ADD,
:(before "End Primitive Recipe Numbers")
put(Recipe_ordinal, "add", ADD);
:(before "End Primitive Recipe Checks")
case ADD: {
  // primary goal of these checks is to forbid address arithmetic
  for (int i = 0;  i < SIZE(inst.ingredients);  ++i) {
    if (!is_mu_number(inst.ingredients.at(i))) {
      raise << maybe(get(Recipe, r).name) << "'add' requires number ingredients, but got '" << inst.ingredients.at(i).original_string << "'\n" << end();
      goto finish_checking_instruction;
    }
  }
  if (SIZE(inst.products) > 1) {
    raise << maybe(get(Recipe, r).name) << "'add' yields exactly one product in '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!inst.products.empty() && !is_dummy(inst.products.at(0)) && !is_mu_number(inst.products.at(0))) {
    raise << maybe(get(Recipe, r).name) << "'add' should yield a number, but got '" << inst.products.at(0).original_string << "'\n" << end();
    break;
  }
  break;
}
:(before "End Primitive Recipe Implementations")
case ADD: {
  double result = 0;
  for (int i = 0;  i < SIZE(ingredients);  ++i) {
    result += ingredients.at(i).at(0);
  }
  products.resize(1);
  products.at(0).push_back(result);
  break;
}

:(code)
void test_add_literal() {
  run(
      "def main [\n"
      "  1:num <- add 23, 34\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 57 in location 1\n"
  );
}

void test_add() {
  run(
      "def main [\n"
      "  1:num <- copy 23\n"
      "  2:num <- copy 34\n"
      "  3:num <- add 1:num, 2:num\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 57 in location 3\n"
  );
}

void test_add_multiple() {
  run(
      "def main [\n"
      "  1:num <- add 3, 4, 5\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 12 in location 1\n"
  );
}

void test_add_checks_type() {
  Hide_errors = true;
  run(
      "def main [\n"
      "  1:num <- add 2:bool, 1\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "error: main: 'add' requires number ingredients, but got '2:bool'\n"
  );
}

void test_add_checks_return_type() {
  Hide_errors = true;
  run(
      "def main [\n"
      "  1:&:num <- add 2, 2\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "error: main: 'add' should yield a number, but got '1:&:num'\n"
  );
}

:(before "End Primitive Recipe Declarations")
SUBTRACT,
:(before "End Primitive Recipe Numbers")
put(Recipe_ordinal, "subtract", SUBTRACT);
:(before "End Primitive Recipe Checks")
case SUBTRACT: {
  if (inst.ingredients.empty()) {
    raise << maybe(get(Recipe, r).name) << "'subtract' has no ingredients\n" << end();
    break;
  }
  for (int i = 0;  i < SIZE(inst.ingredients);  ++i) {
    if (!is_mu_number(inst.ingredients.at(i))) {
      raise << maybe(get(Recipe, r).name) << "'subtract' requires number ingredients, but got '" << inst.ingredients.at(i).original_string << "'\n" << end();
      goto finish_checking_instruction;
    }
  }
  if (SIZE(inst.products) > 1) {
    raise << maybe(get(Recipe, r).name) << "'subtract' yields exactly one product in '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!inst.products.empty() && !is_dummy(inst.products.at(0)) && !is_mu_number(inst.products.at(0))) {
    raise << maybe(get(Recipe, r).name) << "'subtract' should yield a number, but got '" << inst.products.at(0).original_string << "'\n" << end();
    break;
  }
  break;
}
:(before "End Primitive Recipe Implementations")
case SUBTRACT: {
  double result = ingredients.at(0).at(0);
  for (int i = 1;  i < SIZE(ingredients);  ++i)
    result -= ingredients.at(i).at(0);
  products.resize(1);
  products.at(0).push_back(result);
  break;
}

:(code)
void test_subtract_literal() {
  run(
      "def main [\n"
      "  1:num <- subtract 5, 2\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 3 in location 1\n"
  );
}

void test_subtract() {
  run(
      "def main [\n"
      "  1:num <- copy 23\n"
      "  2:num <- copy 34\n"
      "  3:num <- subtract 1:num, 2:num\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing -11 in location 3\n"
  );
}

void test_subtract_multiple() {
  run(
      "def main [\n"
      "  1:num <- subtract 6, 3, 2\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 1 in location 1\n"
  );
}

:(before "End Primitive Recipe Declarations")
MULTIPLY,
:(before "End Primitive Recipe Numbers")
put(Recipe_ordinal, "multiply", MULTIPLY);
:(before "End Primitive Recipe Checks")
case MULTIPLY: {
  for (int i = 0;  i < SIZE(inst.ingredients);  ++i) {
    if (!is_mu_number(inst.ingredients.at(i))) {
      raise << maybe(get(Recipe, r).name) << "'multiply' requires number ingredients, but got '" << inst.ingredients.at(i).original_string << "'\n" << end();
      goto finish_checking_instruction;
    }
  }
  if (SIZE(inst.products) > 1) {
    raise << maybe(get(Recipe, r).name) << "'multiply' yields exactly one product in '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!inst.products.empty() && !is_dummy(inst.products.at(0)) && !is_mu_number(inst.products.at(0))) {
    raise << maybe(get(Recipe, r).name) << "'multiply' should yield a number, but got '" << inst.products.at(0).original_string << "'\n" << end();
    break;
  }
  break;
}
:(before "End Primitive Recipe Implementations")
case MULTIPLY: {
  double result = 1;
  for (int i = 0;  i < SIZE(ingredients);  ++i) {
    result *= ingredients.at(i).at(0);
  }
  products.resize(1);
  products.at(0).push_back(result);
  break;
}

:(code)
void test_multiply_literal() {
  run(
      "def main [\n"
      "  1:num <- multiply 2, 3\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 6 in location 1\n"
  );
}

void test_multiply() {
  run(
      "def main [\n"
      "  1:num <- copy 4\n"
      "  2:num <- copy 6\n"
      "  3:num <- multiply 1:num, 2:num\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 24 in location 3\n"
  );
}

void test_multiply_multiple() {
  run(
      "def main [\n"
      "  1:num <- multiply 2, 3, 4\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 24 in location 1\n"
  );
}

:(before "End Primitive Recipe Declarations")
DIVIDE,
:(before "End Primitive Recipe Numbers")
put(Recipe_ordinal, "divide", DIVIDE);
:(before "End Primitive Recipe Checks")
case DIVIDE: {
  if (inst.ingredients.empty()) {
    raise << maybe(get(Recipe, r).name) << "'divide' has no ingredients\n" << end();
    break;
  }
  for (int i = 0;  i < SIZE(inst.ingredients);  ++i) {
    if (!is_mu_number(inst.ingredients.at(i))) {
      raise << maybe(get(Recipe, r).name) << "'divide' requires number ingredients, but got '" << inst.ingredients.at(i).original_string << "'\n" << end();
      goto finish_checking_instruction;
    }
  }
  if (SIZE(inst.products) > 1) {
    raise << maybe(get(Recipe, r).name) << "'divide' yields exactly one product in '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!inst.products.empty() && !is_dummy(inst.products.at(0)) && !is_mu_number(inst.products.at(0))) {
    raise << maybe(get(Recipe, r).name) << "'divide' should yield a number, but got '" << inst.products.at(0).original_string << "'\n" << end();
    break;
  }
  break;
}
:(before "End Primitive Recipe Implementations")
case DIVIDE: {
  double result = ingredients.at(0).at(0);
  for (int i = 1;  i < SIZE(ingredients);  ++i)
    result /= ingredients.at(i).at(0);
  products.resize(1);
  products.at(0).push_back(result);
  break;
}

:(code)
void test_divide_literal() {
  run(
      "def main [\n"
      "  1:num <- divide 8, 2\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 4 in location 1\n"
  );
}

void test_divide() {
  run(
      "def main [\n"
      "  1:num <- copy 27\n"
      "  2:num <- copy 3\n"
      "  3:num <- divide 1:num, 2:num\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 9 in location 3\n"
  );
}

void test_divide_multiple() {
  run(
      "def main [\n"
      "  1:num <- divide 12, 3, 2\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 2 in location 1\n"
  );
}

//: Integer division

:(before "End Primitive Recipe Declarations")
DIVIDE_WITH_REMAINDER,
:(before "End Primitive Recipe Numbers")
put(Recipe_ordinal, "divide-with-remainder", DIVIDE_WITH_REMAINDER);
:(before "End Primitive Recipe Checks")
case DIVIDE_WITH_REMAINDER: {
  if (SIZE(inst.ingredients) != 2) {
    raise << maybe(get(Recipe, r).name) << "'divide-with-remainder' requires exactly two ingredients, but got '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!is_mu_number(inst.ingredients.at(0)) || !is_mu_number(inst.ingredients.at(1))) {
    raise << maybe(get(Recipe, r).name) << "'divide-with-remainder' requires number ingredients, but got '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (SIZE(inst.products) > 2) {
    raise << maybe(get(Recipe, r).name) << "'divide-with-remainder' yields two products in '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  for (int i = 0;  i < SIZE(inst.products);  ++i) {
    if (!is_dummy(inst.products.at(i)) && !is_mu_number(inst.products.at(i))) {
      raise << maybe(get(Recipe, r).name) << "'divide-with-remainder' should yield a number, but got '" << inst.products.at(i).original_string << "'\n" << end();
      goto finish_checking_instruction;
    }
  }
  break;
}
:(before "End Primitive Recipe Implementations")
case DIVIDE_WITH_REMAINDER: {
  products.resize(2);
  // fractions will be dropped; very large numbers will overflow
  long long int a = static_cast<long long int>(ingredients.at(0).at(0));
  long long int b = static_cast<long long int>(ingredients.at(1).at(0));
  if (b == 0) {
    raise << maybe(current_recipe_name()) << "divide by zero in '" << to_original_string(current_instruction()) << "'\n" << end();
    products.resize(2);
    products.at(0).push_back(0);
    products.at(1).push_back(0);
    break;
  }
  long long int quotient = a / b;
  long long int remainder = a % b;
  products.at(0).push_back(static_cast<double>(quotient));
  products.at(1).push_back(static_cast<double>(remainder));
  break;
}

:(code)
void test_divide_with_remainder_literal() {
  run(
      "def main [\n"
      "  1:num, 2:num <- divide-with-remainder 9, 2\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 4 in location 1\n"
      "mem: storing 1 in location 2\n"
  );
}

void test_divide_with_remainder() {
  run(
      "def main [\n"
      "  1:num <- copy 27\n"
      "  2:num <- copy 11\n"
      "  3:num, 4:num <- divide-with-remainder 1:num, 2:num\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 2 in location 3\n"
      "mem: storing 5 in location 4\n"
  );
}

void test_divide_with_decimal_point() {
  run(
      "def main [\n"
      "  1:num <- divide 5, 2\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 2.5 in location 1\n"
  );
}

void test_divide_by_zero() {
  run(
      "def main [\n"
      "  1:num <- divide 4, 0\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing inf in location 1\n"
  );
}

void test_divide_by_zero_2() {
  Hide_errors = true;
  run(
      "def main [\n"
      "  1:num <- divide-with-remainder 4, 0\n"
      "]\n"
  );
  // integer division can't return floating-point infinity
  CHECK_TRACE_CONTENTS(
      "error: main: divide by zero in '1:num <- divide-with-remainder 4, 0'\n"
  );
}

//: Bitwise shifts

:(before "End Primitive Recipe Declarations")
SHIFT_LEFT,
:(before "End Primitive Recipe Numbers")
put(Recipe_ordinal, "shift-left", SHIFT_LEFT);
:(before "End Primitive Recipe Checks")
case SHIFT_LEFT: {
  if (SIZE(inst.ingredients) != 2) {
    raise << maybe(get(Recipe, r).name) << "'shift-left' requires exactly two ingredients, but got '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!is_mu_number(inst.ingredients.at(0)) || !is_mu_number(inst.ingredients.at(1))) {
    raise << maybe(get(Recipe, r).name) << "'shift-left' requires number ingredients, but got '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (SIZE(inst.products) > 1) {
    raise << maybe(get(Recipe, r).name) << "'shift-left' yields one product in '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!inst.products.empty() && !is_dummy(inst.products.at(0)) && !is_mu_number(inst.products.at(0))) {
    raise << maybe(get(Recipe, r).name) << "'shift-left' should yield a number, but got '" << inst.products.at(0).original_string << "'\n" << end();
    goto finish_checking_instruction;
  }
  break;
}
:(before "End Primitive Recipe Implementations")
case SHIFT_LEFT: {
  // ingredients must be integers
  int a = static_cast<int>(ingredients.at(0).at(0));
  int b = static_cast<int>(ingredients.at(1).at(0));
  products.resize(1);
  if (b < 0) {
    raise << maybe(current_recipe_name()) << "second ingredient can't be negative in '" << to_original_string(current_instruction()) << "'\n" << end();
    products.at(0).push_back(0);
    break;
  }
  products.at(0).push_back(a<<b);
  break;
}

:(code)
void test_shift_left_by_zero() {
  run(
      "def main [\n"
      "  1:num <- shift-left 1, 0\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 1 in location 1\n"
  );
}

void test_shift_left_1() {
  run(
      "def main [\n"
      "  1:num <- shift-left 1, 4\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 16 in location 1\n"
  );
}

void test_shift_left_2() {
  run(
      "def main [\n"
      "  1:num <- shift-left 3, 2\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 12 in location 1\n"
  );
}

void test_shift_left_by_negative() {
  Hide_errors = true;
  run(
      "def main [\n"
      "  1:num <- shift-left 3, -1\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "error: main: second ingredient can't be negative in '1:num <- shift-left 3, -1'\n"
  );
}

void test_shift_left_ignores_fractional_part() {
  run(
      "def main [\n"
      "  1:num <- divide 3, 2\n"
      "  2:num <- shift-left 1:num, 1\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 2 in location 2\n"
  );
}

:(before "End Primitive Recipe Declarations")
SHIFT_RIGHT,
:(before "End Primitive Recipe Numbers")
put(Recipe_ordinal, "shift-right", SHIFT_RIGHT);
:(before "End Primitive Recipe Checks")
case SHIFT_RIGHT: {
  if (SIZE(inst.ingredients) != 2) {
    raise << maybe(get(Recipe, r).name) << "'shift-right' requires exactly two ingredients, but got '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!is_mu_number(inst.ingredients.at(0)) || !is_mu_number(inst.ingredients.at(1))) {
    raise << maybe(get(Recipe, r).name) << "'shift-right' requires number ingredients, but got '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (SIZE(inst.products) > 1) {
    raise << maybe(get(Recipe, r).name) << "'shift-right' yields one product in '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!inst.products.empty() && !is_dummy(inst.products.at(0)) && !is_mu_number(inst.products.at(0))) {
    raise << maybe(get(Recipe, r).name) << "'shift-right' should yield a number, but got '" << inst.products.at(0).original_string << "'\n" << end();
    goto finish_checking_instruction;
  }
  break;
}
:(before "End Primitive Recipe Implementations")
case SHIFT_RIGHT: {
  // ingredients must be integers
  int a = static_cast<int>(ingredients.at(0).at(0));
  int b = static_cast<int>(ingredients.at(1).at(0));
  products.resize(1);
  if (b < 0) {
    raise << maybe(current_recipe_name()) << "second ingredient can't be negative in '" << to_original_string(current_instruction()) << "'\n" << end();
    products.at(0).push_back(0);
    break;
  }
  products.at(0).push_back(a>>b);
  break;
}

:(code)
void test_shift_right_by_zero() {
  run(
      "def main [\n"
      "  1:num <- shift-right 1, 0\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 1 in location 1\n"
  );
}

void test_shift_right_1() {
  run(
      "def main [\n"
      "  1:num <- shift-right 1024, 1\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 512 in location 1\n"
  );
}

void test_shift_right_2() {
  run(
      "def main [\n"
      "  1:num <- shift-right 3, 1\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 1 in location 1\n"
  );
}

void test_shift_right_by_negative() {
  Hide_errors = true;
  run(
      "def main [\n"
      "  1:num <- shift-right 4, -1\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "error: main: second ingredient can't be negative in '1:num <- shift-right 4, -1'\n"
  );
}

void test_shift_right_ignores_fractional_part() {
  run(
      "def main [\n"
      "  1:num <- divide 3, 2\n"
      "  2:num <- shift-right 1:num, 1\n"
      "]\n"
  );
  CHECK_TRACE_CONTENTS(
      "mem: storing 0 in location 2\n"
  );
}

:(before "End Primitive Recipe Declarations")
AND_BITS,
:(before "End Primitive Recipe Numbers")
put(Recipe_ordinal, "and-bits", AND_BITS);
:(before "End Primitive Recipe Checks")
case AND_BITS: {
  if (SIZE(inst.ingredients) != 2) {
    raise << maybe(get(Recipe, r).name) << "'and-bits' requires exactly two ingredients, but got '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!is_mu_number(inst.ingredients.at(0)) || !is_mu_number(inst.ingredients.at(1))) {
    raise << maybe(get(Recipe, r).name) << "'and-bits' requires number ingredients, but got '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (SIZE(inst.products) > 1) {
    raise << maybe(get(Recipe, r).name) << "'and-bits' yields one product in '" << to_original_string(inst) << "'\n" << end();
    break;
  }
  if (!inst.products.empty() && !is_dummy(inst.products.at(0)) && !is_mu_number(inst.products.at(0))) {
    raise << maybe(get(Recipe, r).name) << "'and-bits' should yield a number, but got '" << inst.products.at(0).original_string << "'\n"
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="1130"
   height="800"
   viewBox="0 0 1130 800"
   id="svg2"
   version="1.1"
   inkscape:version="0.91 r13725"
   sodipodi:docname="cheatsheet.svg"
   inkscape:export-xdpi="90"
   inkscape:export-ydpi="90">
  <defs
     id="defs4" />
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="1"
     inkscape:pageshadow="2"
     inkscape:zoom="1.4142136"
     inkscape:cx="794.15228"
     inkscape:cy="355.81559"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="true"
     units="px"
     inkscape:snap-bbox="false"
     inkscape:bbox-paths="false"
     inkscape:bbox-nodes="true"
     inkscape:snap-text-baseline="true"
     inkscape:snap-bbox-edge-midpoints="false"
     inkscape:snap-nodes="false"
     inkscape:snap-others="true"
     inkscape:window-width="1600"
     inkscape:window-height="886"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="0"
     inkscape:snap-center="false"
     inkscape:snap-global="true">
    <inkscape:grid
       type="xygrid"
       id="grid3342"
       spacingx="1"
       spacingy="1"
       enabled="true" />
  </sodipodi:namedview>
  <metadata
     id="metadata7">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(0,-252.36216)">
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:Terminus;-inkscape-font-specification:Terminus;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="109.82143"
       y="400.93359"
       id="text3389-7-5"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="109.82143"
         y="400.93359"
         id="tspan3450-8" /><tspan
         sodipodi:role="line"
         x="109.82143"
         y="416.55859"
         id="tspan3405-6-6" /></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:Terminus;-inkscape-font-specification:Terminus;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="30"
       y="402.36218"
       id="text3494-4"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="30"
         y="402.36218"
         id="tspan3500-1" /></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:Terminus;-inkscape-font-specification:Terminus;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="15.000001"
       y="382.36218"
       id="text3557"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3559"
         x="15.000001"
         y="382.36218" /></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:Terminus;-inkscape-font-specification:Terminus;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="15.000001"
       y="377.36218"
       id="text3561"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3563"
         x="15.000001"
         y="377.36218" /></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.5px;line-height:125%;font-family:Terminus;-inkscape-font-specification:Terminus;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="113.875"
       y="423.11218"
       id="text3625"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan3627"
         x="113.875"
         y="423.11218" /></text>
    <g
       id="g4351"
       transform="translate(160,-354.99998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="722.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="741.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247"
         y="737.36218"
         x="197"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="737.36218"
           x="197"
           id="tspan4249"
           sodipodi:role="line">R</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251"
         y="731.36218"
         x="212"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="731.36218"
           x="212"
           id="tspan4253"
           sodipodi:role="line">reload this</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           id="tspan4255"
           y="739.36218"
           x="212"
           sodipodi:role="line">directory</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5"
         y="755.36218"
         x="198"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="755.36218"
           x="198"
           id="tspan4249-4"
           sodipodi:role="line">r</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-4"
         y="755.36218"
         x="209"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           id="tspan4255-5"
           y="755.36218"
           x="209"
           sodipodi:role="line">:open_with</tspan></text>
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="760.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-2"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-4"
         y="776.36218"
         x="194"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="776.36218"
           x="194"
           id="tspan4249-4-8"
           sodipodi:role="line">^R</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-4-4"
         y="769.36218"
         x="225"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           id="tspan4255-5-4"
           y="769.36218"
           x="225"
           sodipodi:role="line">reset</tspan><tspan
           id="tspan4349"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="777.36218"
           x="225"
           sodipodi:role="line">ranger</tspan></text>
    </g>
    <g
       id="g4351-0"
       transform="translate(75.000001,-354.99998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="722.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-7"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="741.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6"
         y="737.36218"
         x="197"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="737.36218"
           x="197"
           id="tspan4249-3"
           sodipodi:role="line">E</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5"
         y="735.36218"
         x="212"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="735.36218"
           x="212"
           sodipodi:role="line"
           id="tspan4438">edit</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2"
         y="755.36218"
         x="198"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="755.36218"
           x="198"
           id="tspan4249-4-89"
           sodipodi:role="line">e</tspan></text>
    </g>
    <g
       id="g4738"
       transform="translate(10.000001,-289.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2"
           sodipodi:role="line">W</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3"
         y="670.36218"
         x="196.04492"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="670.36218"
           x="196.04492"
           sodipodi:role="line"
           id="tspan4438-4">show log</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3"
           sodipodi:role="line">w</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481"
         y="685.06042"
         x="190.96582"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           y="685.06042"
           x="190.96582"
           id="tspan4483"
           sodipodi:role="line">show back-</tspan><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485"
           y="694.56042"
           x="190.96582"
           sodipodi:role="line">ground tasks</tspan></text>
    </g>
    <g
       id="g4556"
       transform="translate(-71.999999,-334.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4"
           sodipodi:role="line">Q</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3"
         y="714.86218"
         x="193.04492"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.86218"
           x="193.04492"
           sodipodi:role="line"
           id="tspan4438-4-3">quit</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5"
           sodipodi:role="line">q</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528"
           sodipodi:role="line">close tab</tspan></text>
    </g>
    <g
       id="g4556-1"
       transform="translate(-167,-334.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094201e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="89"
         id="rect4230-7-3-5-8"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094201e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="89"
         id="rect4230-1-8-4-1-3"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-8"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-5"
           sodipodi:role="line">TAB</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-9"
         y="714.86218"
         x="206.1264"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.86218"
           x="206.1264"
           sodipodi:role="line"
           id="tspan4438-4-3-0">prev. tab</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-4"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-2"
           sodipodi:role="line">tab</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-1"
         y="733.61218"
         x="207.52602"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="207.52602"
           id="tspan4528-9"
           sodipodi:role="line">next tab</tspan></text>
    </g>
    <g
       transform="translate(-170,-339.99998)"
       id="g4738-5">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-8"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-3"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-8"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-2"
           sodipodi:role="line">~</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-6"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-3"
           sodipodi:role="line">`</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-7"
         y="685.06042"
         x="190.96582"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-4"
           y="685.06042"
           x="190.96582"
           sodipodi:role="line">open</tspan><tspan
           style="font-size:10px;line-height:94.99999881%"
           y="694.56042"
           x="190.96582"
           sodipodi:role="line"
           id="tspan4801">bookmarks</tspan></text>
    </g>
    <g
       id="g4556-7"
       transform="translate(-81.999999,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7"
           sodipodi:role="line">!</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3"
         y="714.86218"
         x="193.04492"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.86218"
           x="193.04492"
           sodipodi:role="line"
           id="tspan4438-4-3-9">:shell</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8"
           sodipodi:role="line">1</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-7"
       transform="translate(-167,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6"
           sodipodi:role="line">ESC</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-8"
         y="715.56927"
         x="214.25812"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="715.56927"
           x="214.25812"
           sodipodi:role="line"
           id="tspan4438-4-3-9-8">abort</tspan></text>
    </g>
    <g
       id="g4738-2"
       transform="translate(265,-289.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-55"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-2"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-6"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-0"
           sodipodi:role="line">T</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-8"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-35"
           sodipodi:role="line">t</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-8"
         y="688.66077"
         x="196.1452"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-9"
           y="688.66077"
           x="196.1452"
           sodipodi:role="line">tag files</tspan></text>
    </g>
    <g
       id="g4738-2-1"
       transform="translate(350,-289.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-55-8"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-2-0"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-6-0"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-0-5"
           sodipodi:role="line">Y</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-8-2"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-35-2"
           sodipodi:role="line">y</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-8-2"
         y="688.66077"
         x="196.1452"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-9-9"
           y="688.66077"
           x="196.1452"
           sodipodi:role="line">yank <tspan
   style="font-weight:bold"
   id="tspan5694">(3)</tspan></tspan></text>
    </g>
    <g
       id="g4738-2-1-0"
       transform="translate(435,-289.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-55-8-4"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-2-0-8"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-6-0-7"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-0-5-5"
           sodipodi:role="line">U</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-8-2-3"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-35-2-6"
           sodipodi:role="line">u</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-8-2-4"
         y="688.66077"
         x="196.1452"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-9-9-3"
           y="688.66077"
           x="196.1452"
           sodipodi:role="line">undo</tspan></text>
    </g>
    <rect
       ry="1.02696e-15"
       rx="2.1094199e-15"
       y="405.86218"
       x="610.5"
       height="18.999977"
       width="79"
       id="rect4230-1-2-6"
       style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
    <text
       sodipodi:linespacing="125%"
       id="text4247-5-4-7"
       y="421.36218"
       x="609"
       style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       xml:space="preserve"><tspan
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
         y="421.36218"
         x="609"
         id="tspan4249-4-8-2"
         sodipodi:role="line">^U</tspan></text>
    <text
       sodipodi:linespacing="85.000002%"
       id="text4251-4-4-7"
       y="413.37311"
       x="637.50079"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:85.00000238%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       xml:space="preserve"><tspan
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:85.00000238%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
         id="tspan4255-5-4-0"
         y="413.37311"
         x="637.50079"
         sodipodi:role="line">move up</tspan><tspan
         id="tspan4349-5"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:85.00000238%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
         y="421.87311"
         x="637.50079"
         sodipodi:role="line">half page</tspan></text>
    <g
       id="g4738-2-2"
       transform="translate(520,-289.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-55-3"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-2-4"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-6-8"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-0-0"
           sodipodi:role="line">I</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-8-9"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-35-4"
           sodipodi:role="line">i</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-8-8"
         y="689.07593"
         x="189.05762"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-9-6"
           y="689.07593"
           x="189.05762"
           sodipodi:role="line">inspect file</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-8-8-6"
         y="665.63434"
         x="186.24113"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-9-6-6"
           y="665.63434"
           x="186.24113"
           sodipodi:role="line">:rename</tspan><tspan
           style="font-size:10px;line-height:94.99999881%"
           y="675.13434"
           x="186.24113"
           sodipodi:role="line"
           id="tspan5970">(insert)</tspan></text>
    </g>
    <g
       id="g4738-2-1-9"
       transform="translate(605,-289.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-55-8-5"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-2-0-87"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-6-0-5"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-0-5-9"
           sodipodi:role="line">O</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-8-2-8"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-35-2-1"
           sodipodi:role="line">o</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-8-2-3"
         y="688.66077"
         x="196.1452"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-9-9-7"
           y="688.66077"
           x="196.1452"
           sodipodi:role="line">sort</tspan></text>
    </g>
    <g
       id="g4738-2-1-9-7"
       transform="translate(690,-289.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-55-8-5-0"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-2-0-87-3"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-6-0-5-4"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-0-5-9-0"
           sodipodi:role="line">P</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-8-2-8-3"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-35-2-1-1"
           sodipodi:role="line">p</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-8-2-3-0"
         y="688.66077"
         x="196.1452"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-9-9-7-8"
           y="688.66077"
           x="196.1452"
           sodipodi:role="line">paste<tspan
   style="font-weight:bold"
   id="tspan5696"> (3)</tspan></tspan></text>
    </g>
    <g
       id="g4738-3"
       transform="translate(775,-289.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-9"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-34"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-0"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-6"
           sodipodi:role="line">{</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-43"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-52"
           sodipodi:role="line">[</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-1"
         y="685.06042"
         x="190.96582"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-94"
           y="685.06042"
           x="190.96582"
           sodipodi:role="line">move up in</tspan><tspan
           style="font-size:10px;line-height:94.99999881%"
           y="694.56042"
           x="190.96582"
           sodipodi:role="line"
           id="tspan5394">parent dir</tspan></text>
    </g>
    <g
       id="g4738-3-3"
       transform="translate(860,-289.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-9-2"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-34-1"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-0-7"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-6-7"
           sodipodi:role="line">}</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-1-5"
         y="666.86218"
         x="189.04492"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="666.86218"
           x="189.04492"
           sodipodi:role="line"
           id="tspan4438-4-6-4">traverse sub-</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="674.86218"
           x="189.04492"
           sodipodi:role="line"
           id="tspan7378">directories</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-43-7"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-52-9"
           sodipodi:role="line">]</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-1-6"
         y="685.06042"
         x="190.96582"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-94-4"
           y="685.06042"
           x="190.96582"
           sodipodi:role="line">move down</tspan><tspan
           style="font-size:10px;line-height:94.99999881%"
           y="694.56042"
           x="190.96582"
           sodipodi:role="line"
           id="tspan5398">in parent dir</tspan></text>
    </g>
    <g
       id="g4556-7-5"
       transform="translate(3.000001,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3"
           sodipodi:role="line">@</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-7"
         y="714.86218"
         x="193.04492"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.86218"
           x="193.04492"
           sodipodi:role="line"
           id="tspan4438-4-3-9-7">:shell  %s</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8"
           sodipodi:role="line">2</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-5-8"
       transform="translate(88.000001,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3"
           sodipodi:role="line">#</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-7-9"
         y="714.86218"
         x="193.04492"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.86218"
           x="193.04492"
           sodipodi:role="line"
           id="tspan4438-4-3-9-7-0">:shell -p</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4"
           sodipodi:role="line">3</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-5-8-3"
       transform="translate(173,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4-5"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9-8"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-3"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3-2"
           sodipodi:role="line">$</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-8"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4-7"
           sodipodi:role="line">4</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7-1"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8-8"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-5-8-3-2"
       transform="translate(258,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4-5-7"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9-8-1"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-3-6"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3-2-6"
           sodipodi:role="line">%</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-8-1"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4-7-0"
           sodipodi:role="line">5</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7-1-7"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8-8-7"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-5-8-3-2-4"
       transform="translate(343,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4-5-7-8"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9-8-1-0"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-3-6-3"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3-2-6-5"
           sodipodi:role="line">^</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-8-1-7"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4-7-0-4"
           sodipodi:role="line">6</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7-1-7-6"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8-8-7-1"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-5-8-3-2-4-8"
       transform="translate(428,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4-5-7-8-5"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9-8-1-0-7"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-3-6-3-2"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3-2-6-5-3"
           sodipodi:role="line">&amp;</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-8-1-7-9"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4-7-0-4-3"
           sodipodi:role="line">7</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7-1-7-6-6"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8-8-7-1-9"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-5-8-3-2-4-8-3"
       transform="translate(513,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4-5-7-8-5-4"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9-8-1-0-7-4"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-3-6-3-2-3"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3-2-6-5-3-1"
           sodipodi:role="line">*</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-8-1-7-9-5"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4-7-0-4-3-9"
           sodipodi:role="line">8</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7-1-7-6-6-2"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8-8-7-1-9-1"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-5-8-3-2-4-8-3-1"
       transform="translate(598,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4-5-7-8-5-4-8"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9-8-1-0-7-4-9"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-3-6-3-2-3-1"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3-2-6-5-3-1-4"
           sodipodi:role="line">(</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-8-1-7-9-5-8"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4-7-0-4-3-9-7"
           sodipodi:role="line">9</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7-1-7-6-6-2-3"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8-8-7-1-9-1-9"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-5-8-3-2-4-8-3-1-6"
       transform="translate(683,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4-5-7-8-5-4-8-3"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9-8-1-0-7-4-9-2"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-3-6-3-2-3-1-7"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3-2-6-5-3-1-4-4"
           sodipodi:role="line">)</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-8-1-7-9-5-8-1"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4-7-0-4-3-9-7-4"
           sodipodi:role="line">0</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7-1-7-6-6-2-3-2"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8-8-7-1-9-1-9-7"
           sodipodi:role="line">(1)</tspan></text>
    </g>
    <g
       id="g4556-7-5-8-3-2-4-8-3-1-6-0"
       transform="translate(768,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4-5-7-8-5-4-8-3-7"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9-8-1-0-7-4-9-2-2"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-3-6-3-2-3-1-7-4"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3-2-6-5-3-1-4-4-9"
           sodipodi:role="line">_</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-8-1-7-9-5-8-1-0"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4-7-0-4-3-9-7-4-9"
           sodipodi:role="line">-</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7-1-7-6-6-2-3-2-8"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8-8-7-1-9-1-9-7-5"
           sodipodi:role="line">chmod <tspan
   style="font-weight:bold"
   id="tspan5656">(2)</tspan></tspan></text>
    </g>
    <g
       id="g4556-7-5-8-5"
       transform="translate(853,-384.49998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094201e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="89"
         id="rect4230-7-3-5-6-0-4-2"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094201e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="89"
         id="rect4230-1-8-4-1-8-8-9-5"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-1"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-3-3-7"
           sodipodi:role="line">+</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-7-9-8"
         y="714.86218"
         x="193.04492"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.86218"
           x="193.04492"
           sodipodi:role="line"
           id="tspan4438-4-3-9-7-0-6">chmod <tspan
   style="font-weight:bold"
   id="tspan5670">(2)</tspan></tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-2"
         y="734.86218"
         x="175"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="734.86218"
           x="175"
           id="tspan4249-4-89-3-5-8-8-4-79"
           sodipodi:role="line">=</tspan></text>
      <text
         sodipodi:linespacing="100%"
         id="text4526-0-9-7-5"
         y="733.61218"
         x="192.5"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:100%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="733.61218"
           x="192.5"
           id="tspan4528-7-2-8-5"
           sodipodi:role="line">chmod <tspan
   style="font-weight:bold"
   id="tspan5672">(2)</tspan></tspan></text>
    </g>
    <g
       id="g4556-6"
       transform="translate(-61.999999,-264.49999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-83"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-88"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-2"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-3"
           sodipodi:role="line">A</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-93"
         y="709.99292"
         x="189.2018"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="709.99292"
           x="189.2018"
           sodipodi:role="line"
           id="tspan4438-4-3-8">:rename</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="717.99292"
           x="189.2018"
           sodipodi:role="line"
           id="tspan5972">(append)</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-2"
         y="735.26306"
         x="173.05713"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="735.26306"
           x="173.05713"
           id="tspan4249-4-89-3-5-1"
           sodipodi:role="line">a</tspan></text>
      <text
         sodipodi:linespacing="89.999998%"
         id="text4526-3"
         y="729.58484"
         x="182.25195"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:89.99999762%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="729.58484"
           x="182.25195"
           id="tspan4528-1"
           sodipodi:role="line">:rename (skip</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="738.58484"
           x="182.25195"
           sodipodi:role="line"
           id="tspan5974">extension)</tspan></text>
    </g>
    <g
       id="g4556-6-4"
       transform="translate(23.000001,-264.49999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-83-5"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-88-2"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-2-8"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-3-2"
           sodipodi:role="line">S</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-93-9"
         y="714.7821"
         x="189.2018"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.7821"
           x="189.2018"
           sodipodi:role="line"
           id="tspan5972-0">open shell</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-2-7"
         y="735.26306"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="735.26306"
           x="174"
           id="tspan4249-4-89-3-5-1-5"
           sodipodi:role="line">s</tspan></text>
      <text
         sodipodi:linespacing="89.999998%"
         id="text4526-3-6"
         y="733.64185"
         x="200.22961"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:89.99999762%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle"
           y="733.64185"
           x="200.22961"
           sodipodi:role="line"
           id="tspan5974-0">:shell</tspan></text>
    </g>
    <g
       id="g4351-5"
       transform="translate(85.000001,-284.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="722.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-9"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="760.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-2-4"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="741.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-1"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-2"
         y="737.36218"
         x="197"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="737.36218"
           x="197"
           id="tspan4249-1"
           sodipodi:role="line">D</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-7"
         y="755.36218"
         x="198"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="755.36218"
           x="198"
           id="tspan4249-4-5"
           sodipodi:role="line">d</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-4-6"
         y="755.00378"
         x="214.44824"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           id="tspan4255-5-9"
           y="755.00378"
           x="214.44824"
           sodipodi:role="line">cut <tspan
   style="font-weight:bold"
   id="tspan5698">(3) (4)</tspan></tspan></text>
      <text
         sodipodi:linespacing="91.000003%"
         id="text4251-4-4-4"
         y="768.95984"
         x="217.3418"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           id="tspan4349-8"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="768.95984"
           x="217.3418"
           sodipodi:role="line">move down</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="778.05981"
           x="217.3418"
           sodipodi:role="line"
           id="tspan6144">half page</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-7-3"
         y="776.36218"
         x="194"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="776.36218"
           x="194"
           id="tspan4249-4-5-6"
           sodipodi:role="line">^D</tspan></text>
    </g>
    <g
       id="g4351-5-2"
       transform="translate(170,-284.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="722.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-9-3"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="741.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-1-6"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-2-8"
         y="737.36218"
         x="197"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="737.36218"
           x="197"
           id="tspan4249-1-9"
           sodipodi:role="line">F</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-7-6"
         y="755.36218"
         x="198"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="755.36218"
           x="198"
           id="tspan4249-4-5-5"
           sodipodi:role="line">f</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-4-6-6"
         y="755.00378"
         x="214.44824"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           id="tspan4255-5-9-6"
           y="755.00378"
           x="214.44824"
           sodipodi:role="line">:find</tspan></text>
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="760.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-2-4-6"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-4-6-8"
         y="776.36218"
         x="194"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="776.36218"
           x="194"
           id="tspan4249-4-8-1-9"
           sodipodi:role="line">^F</tspan></text>
      <text
         sodipodi:linespacing="91.000003%"
         id="text4251-4-4-4-1"
         y="768.95984"
         x="217.3418"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           id="tspan4349-8-6"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="768.95984"
           x="217.3418"
           sodipodi:role="line">move down</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="778.05981"
           x="217.3418"
           sodipodi:role="line"
           id="tspan6144-1">1 page</tspan></text>
    </g>
    <g
       id="g4738-4"
       transform="translate(275,-219.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-84"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-4"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-02"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-3"
           sodipodi:role="line">G</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-5"
         y="670.36218"
         x="196.04492"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="670.36218"
           x="196.04492"
           sodipodi:role="line"
           id="tspan4438-4-1">go to top</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-2"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-2"
           sodipodi:role="line">g</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-73"
         y="690.36218"
         x="194"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-0"
           y="690.36218"
           x="194"
           sodipodi:role="line">:cd ...</tspan></text>
    </g>
    <g
       id="g4351-3"
       transform="translate(340,-284.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="722.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-8"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="741.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-3"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-0"
         y="737.36218"
         x="197"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="737.36218"
           x="197"
           id="tspan4249-8"
           sodipodi:role="line">H</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-2"
         y="731.36218"
         x="212"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           id="tspan4255-50"
           y="731.36218"
           x="212"
           sodipodi:role="line">back in</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="739.36218"
           x="212"
           sodipodi:role="line"
           id="tspan6330">history</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-73"
         y="755.36218"
         x="198"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="755.36218"
           x="198"
           id="tspan4249-4-0"
           sodipodi:role="line">h</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-4-8"
         y="750.11218"
         x="212.75"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           id="tspan4255-5-5"
           y="750.11218"
           x="212.75"
           sodipodi:role="line">go up 1</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="758.11218"
           x="212.75"
           sodipodi:role="line"
           id="tspan6332">directory</tspan></text>
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="760.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-2-69"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-4-9"
         y="776.36218"
         x="194"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="776.36218"
           x="194"
           id="tspan4249-4-8-6"
           sodipodi:role="line">^H</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-4-4-6"
         y="770.36218"
         x="219.5"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           id="tspan4349-7"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="770.36218"
           x="219.5"
           sodipodi:role="line">toggle</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="778.36218"
           x="219.5"
           sodipodi:role="line"
           id="tspan6336">hidden files</tspan></text>
    </g>
    <g
       id="g4738-4-0"
       transform="translate(445,-219.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-84-4"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-4-1"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-02-2"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-3-6"
           sodipodi:role="line">J</tspan></text>
      <text
         sodipodi:linespacing="89.999998%"
         id="text4251-5-3-5-8"
         y="665.76593"
         x="190.38808"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="665.76593"
           x="190.38808"
           sodipodi:role="line"
           id="tspan4438-4-1-8">move down</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="674.76593"
           x="190.38808"
           sodipodi:role="line"
           id="tspan6383">half page</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-2-4"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-2-8"
           sodipodi:role="line">j</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-73-3"
         y="689.44434"
         x="189.77496"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-0-4"
           y="689.44434"
           x="189.77496"
           sodipodi:role="line">move down</tspan></text>
    </g>
    <g
       id="g4738-4-0-3"
       transform="translate(530,-219.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-84-4-5"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-4-1-2"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-02-2-5"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-3-6-4"
           sodipodi:role="line">K</tspan></text>
      <text
         sodipodi:linespacing="89.999998%"
         id="text4251-5-3-5-8-9"
         y="665.76593"
         x="190.38808"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="665.76593"
           x="190.38808"
           sodipodi:role="line"
           id="tspan4438-4-1-8-7">move up</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="674.76593"
           x="190.38808"
           sodipodi:role="line"
           id="tspan6383-3">half page</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-2-4-3"
         y="690.36218"
         x="178"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="690.36218"
           x="178"
           id="tspan4249-4-89-3-2-8-8"
           sodipodi:role="line">k</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-73-3-1"
         y="689.44434"
         x="189.77496"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-0-4-8"
           y="689.44434"
           x="189.77496"
           sodipodi:role="line">move up</tspan></text>
    </g>
    <g
       id="g4351-3-3"
       transform="translate(595,-284.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="722.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-8-1"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="741.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-3-2"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-0-7"
         y="737.36218"
         x="197"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="737.36218"
           x="197"
           id="tspan4249-8-0"
           sodipodi:role="line">L</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-2-5"
         y="731.36218"
         x="212"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           id="tspan4255-50-2"
           y="731.36218"
           x="212"
           sodipodi:role="line">forward in</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="739.36218"
           x="212"
           sodipodi:role="line"
           id="tspan6330-3">history</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-73-1"
         y="755.36218"
         x="198"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="755.36218"
           x="198"
           id="tspan4249-4-0-6"
           sodipodi:role="line">l</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-4-8-1"
         y="750.11218"
         x="212.75"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="750.11218"
           x="212.75"
           sodipodi:role="line"
           id="tspan6332-6">enter dir/</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="758.11218"
           x="212.75"
           sodipodi:role="line"
           id="tspan6574">open file</tspan></text>
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="760.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-2-69-0"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-4-9-0"
         y="776.36218"
         x="194"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="776.36218"
           x="194"
           id="tspan4249-4-8-6-9"
           sodipodi:role="line">^L</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-4-4-6-8"
         y="773.11218"
         x="222.75"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="773.11218"
           x="222.75"
           sodipodi:role="line"
           id="tspan6336-9">redraw</tspan></text>
    </g>
    <rect
       style="fill:none;fill-opacity:1;stroke:#ff0000;stroke-width:3;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect6576"
       width="340.00003"
       height="62.75"
       x="532.5"
       y="434.86215" />
    <g
       id="g4738-4-8"
       transform="translate(700,-219.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-84-5"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-4-9"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-02-0"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-3-5"
           sodipodi:role="line">:</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-5-7"
         y="670.36218"
         x="190"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="670.36218"
           x="190"
           sodipodi:role="line"
           id="tspan4438-4-1-4">console</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-2-8"
         y="691.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="691.36218"
           x="177"
           id="tspan4249-4-89-3-2-1"
           sodipodi:role="line">;</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-73-9"
         y="689.36218"
         x="190"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-0-9"
           y="689.36218"
           x="190"
           sodipodi:role="line">console</tspan></text>
    </g>
    <g
       id="g4738-4-8-3"
       transform="translate(785,-219.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-84-5-7"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-4-9-1"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-02-0-8"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-3-5-1"
           sodipodi:role="line">'</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-5-7-7"
         y="665.76599"
         x="190.17677"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="665.76599"
           x="190.17677"
           sodipodi:role="line"
           id="tspan4438-4-1-4-1">open</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="673.76599"
           x="190.17677"
           sodipodi:role="line"
           id="tspan7470">bookmarks</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-2-8-9"
         y="691.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="691.36218"
           x="177"
           id="tspan4249-4-89-3-2-1-8"
           sodipodi:role="line">&quot;</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-73-9-0"
         y="685.11957"
         x="188.58578"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           y="685.11957"
           x="188.58578"
           sodipodi:role="line"
           id="tspan7472">tag files with</tspan><tspan
           style="font-size:10px;line-height:94.99999881%"
           y="694.61957"
           x="188.58578"
           sodipodi:role="line"
           id="tspan7476">custom tag</tspan></text>
    </g>
    <g
       id="g4556-7-7-8"
       transform="translate(-167,-264.49993)">
      <rect
         ry="1.02696e-15"
         rx="2.1094201e-15"
         y="702.36212"
         x="172.5"
         height="38.000061"
         width="99"
         id="rect4230-7-3-5-6-4-0"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-6"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-9"
           sodipodi:role="line">CAPSLOCK</tspan></text>
    </g>
    <g
       id="g4556-7-7-8-4"
       transform="translate(-167,-194.49993)">
      <rect
         ry="1.02696e-15"
         rx="2.1094201e-15"
         y="702.36212"
         x="172.5"
         height="38.000061"
         width="109"
         id="rect4230-7-3-5-6-4-0-0"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-6-8"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-9-2"
           sodipodi:role="line">SHIFT</tspan></text>
    </g>
    <g
       id="g4556-6-8"
       transform="translate(-51.999999,-194.49999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-83-7"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-88-4"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-2-5"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-3-6"
           sodipodi:role="line">Z</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-93-8"
         y="714.11792"
         x="217.70912"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle"
           y="714.11792"
           x="217.70912"
           sodipodi:role="line"
           id="tspan5972-7">ZZ/ZQ = quit</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-2-8"
         y="735.26306"
         x="173.05713"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="735.26306"
           x="173.05713"
           id="tspan4249-4-89-3-5-1-4"
           sodipodi:role="line">z</tspan></text>
      <text
         sodipodi:linespacing="89.999998%"
         id="text4526-3-0"
         y="729.45984"
         x="185.12695"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:89.99999762%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="729.45984"
           x="185.12695"
           sodipodi:role="line"
           id="tspan5974-6">toggle</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="738.45984"
           x="185.12695"
           sodipodi:role="line"
           id="tspan7587">options</tspan></text>
    </g>
    <g
       id="g4556-6-8-1"
       transform="translate(33.000001,-194.49999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-83-7-0"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-88-4-3"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-2-5-2"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-3-6-9"
           sodipodi:role="line">X</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-2-8-7"
         y="735.26306"
         x="173.05713"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="735.26306"
           x="173.05713"
           id="tspan4249-4-89-3-5-1-4-3"
           sodipodi:role="line">x</tspan></text>
    </g>
    <g
       id="g7774"
       transform="translate(10.000001,-249.99997)">
      <rect
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1"
         id="rect4230-1-8-4-1-8-8-9-8-15-4"
         width="79"
         height="18.999977"
         x="280.5"
         y="795.86218"
         rx="2.1094199e-15"
         ry="1.02696e-15" />
      <text
         xml:space="preserve"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         x="200"
         y="841.36218"
         id="text4247-5-4-6"
         sodipodi:linespacing="125%"
         transform="translate(80,-30.00002)"><tspan
           sodipodi:role="line"
           id="tspan4249-4-8-1"
           x="200"
           y="841.36218"
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start">^C</tspan></text>
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="757.86218"
         x="280.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-0-4-5-9"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="776.86218"
         x="280.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-8-8-9-8-15"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-5-0-3-2"
         y="772.36218"
         x="282"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="772.36218"
           x="282"
           id="tspan4249-3-2-4-7-3-3-2-8"
           sodipodi:role="line">C</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-45-7-6-8-5"
         y="790.36218"
         x="283"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="790.36218"
           x="283"
           id="tspan4249-4-89-3-5-8-8-4-7-8"
           sodipodi:role="line">c</tspan></text>
      <text
         sodipodi:linespacing="89.999998%"
         id="text4526-0-9-7-1-1"
         y="785.49017"
         x="293.1795"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:89.99999762%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="785.49017"
           x="293.1795"
           sodipodi:role="line"
           id="tspan7709">select files in</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="794.49017"
           x="293.1795"
           sodipodi:role="line"
           id="tspan7713">certain order</tspan></text>
      <text
         xml:space="preserve"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:89.99999762%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         x="306"
         y="808.36218"
         id="text4526-0-9-7-1-1-4"
         sodipodi:linespacing="89.999998%"><tspan
           id="tspan7713-9"
           sodipodi:role="line"
           x="306"
           y="808.36218"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start">abort task</tspan></text>
    </g>
    <g
       id="g4556-6-8-8"
       transform="translate(203,-194.49999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-83-7-5"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-88-4-2"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-2-5-3"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-3-6-2"
           sodipodi:role="line">V</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-93-8-6"
         y="714.45984"
         x="186.8291"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.45984"
           x="186.8291"
           sodipodi:role="line"
           id="tspan5972-7-1">visual mode</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-2-8-0"
         y="735.26306"
         x="173.05713"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="735.26306"
           x="173.05713"
           id="tspan4249-4-89-3-5-1-4-0"
           sodipodi:role="line">v</tspan></text>
      <text
         sodipodi:linespacing="89.999998%"
         id="text4526-3-0-4"
         y="730.20984"
         x="186.75195"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:89.99999762%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="730.20984"
           x="186.75195"
           sodipodi:role="line"
           id="tspan7587-9">invert</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="739.20984"
           x="186.75195"
           sodipodi:role="line"
           id="tspan7840">selection</tspan></text>
    </g>
    <g
       id="g4351-5-2-8"
       transform="translate(265,-214.99999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="722.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-9-3-8"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="741.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-1-6-1"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-2-8-2"
         y="737.36218"
         x="197"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="737.36218"
           x="197"
           id="tspan4249-1-9-0"
           sodipodi:role="line">B</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-7-6-8"
         y="756.14978"
         x="196.93652"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="756.14978"
           x="196.93652"
           id="tspan4249-4-5-5-3"
           sodipodi:role="line">b</tspan></text>
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="760.86218"
         x="195.5"
         height="18.999977"
         width="79"
         id="rect4230-1-2-4-6-5"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-4-6-8-2"
         y="776.36218"
         x="194"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="776.36218"
           x="194"
           id="tspan4249-4-8-1-9-0"
           sodipodi:role="line">^B</tspan></text>
      <text
         sodipodi:linespacing="91.000003%"
         id="text4251-4-4-4-1-6"
         y="768.70984"
         x="221.5918"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="768.70984"
           x="221.5918"
           sodipodi:role="line"
           id="tspan6144-1-4">move up</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="777.80981"
           x="221.5918"
           sodipodi:role="line"
           id="tspan7901">1 page</tspan></text>
    </g>
    <g
       id="g8034"
       transform="translate(10.000001,-249.99997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="757.86218"
         x="535.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-83-7-5-9"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="776.86218"
         x="535.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-88-4-2-0"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-2-5-3-2"
         y="772.36218"
         x="537"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="772.36218"
           x="537"
           id="tspan4249-3-2-4-3-6-2-7"
           sodipodi:role="line">N</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-93-8-6-5"
         y="765.95984"
         x="550.9541"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="765.95984"
           x="550.9541"
           sodipodi:role="line"
           id="tspan5972-7-1-4">search</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="773.95984"
           x="550.9541"
           sodipodi:role="line"
           id="tspan7953">previous</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-2-8-0-1"
         y="791.36218"
         x="537"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="791.36218"
           x="537"
           id="tspan4249-4-89-3-5-1-4-0-0"
           sodipodi:role="line">n</tspan></text>
      <text
         sodipodi:linespacing="89.999998%"
         id="text4526-3-0-4-2"
         y="789.70984"
         x="550.37695"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:89.99999762%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="789.70984"
           x="550.37695"
           sodipodi:role="line"
           id="tspan7840-0">search next</tspan></text>
      <rect
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1"
         id="rect4230-1-8-4-1-88-4-2-0-3"
         width="79"
         height="18.999977"
         x="535.5"
         y="795.86218"
         rx="2.1094199e-15"
         ry="1.02696e-15" />
      <text
         xml:space="preserve"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         x="533.48389"
         y="811.29724"
         id="text4247-5-4-6-8-2-1"
         sodipodi:linespacing="125%"><tspan
           sodipodi:role="line"
           id="tspan4249-4-8-1-9-0-5"
           x="533.48389"
           y="811.29724"
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start">^N</tspan></text>
      <text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         x="562.27344"
         y="808.22058"
         id="text4251-4-4-4-1-6-1"
         sodipodi:linespacing="91.000003%"><tspan
           id="tspan7901-9"
           sodipodi:role="line"
           x="562.27344"
           y="808.22058"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:91.00000262%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start">new tab</tspan></text>
    </g>
    <g
       id="g4556-6-8-8-6"
       transform="translate(458,-194.49999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-83-7-5-2"
         style="fill:#ff7f2a;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-88-4-2-3"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-2-5-3-8"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-3-6-2-8"
           sodipodi:role="line">M</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-93-8-6-8"
         y="711.45984"
         x="188.8291"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="711.45984"
           x="188.8291"
           sodipodi:role="line"
           id="tspan8112">change<tspan
   style="font-weight:bold"
   id="tspan5886"> (5)</tspan></tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="719.45984"
           x="188.8291"
           sodipodi:role="line"
           id="tspan5884">linemode</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-2-8-0-7"
         y="735.26306"
         x="173.05713"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="735.26306"
           x="173.05713"
           id="tspan4249-4-89-3-5-1-4-0-6"
           sodipodi:role="line">m</tspan></text>
      <text
         sodipodi:linespacing="89.999998%"
         id="text4526-3-0-4-3"
         y="729.20984"
         x="189.00195"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:89.99999762%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="729.20984"
           x="189.00195"
           sodipodi:role="line"
           id="tspan7840-2">save</tspan><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:89.99999762%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="738.20984"
           x="189.00195"
           sodipodi:role="line"
           id="tspan8102">bookmark</tspan></text>
    </g>
    <g
       id="g4556-6-8-1-9"
       transform="translate(543,-194.49999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-83-7-0-7"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-88-4-3-4"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-2-5-2-2"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-3-6-9-1"
           sodipodi:role="line">&lt;</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-2-8-7-6"
         y="735.26306"
         x="173.05713"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="735.26306"
           x="173.05713"
           id="tspan4249-4-89-3-5-1-4-3-5"
           sodipodi:role="line">,</tspan></text>
    </g>
    <g
       id="g4556-6-8-1-9-0"
       transform="translate(628,-194.49999)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-83-7-0-7-1"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="721.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-1-88-4-3-4-9"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-2-5-2-2-9"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-3-6-9-1-6"
           sodipodi:role="line">&gt;</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-4-2-8-7-6-4"
         y="735.26306"
         x="173.05713"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="735.26306"
           x="173.05713"
           id="tspan4249-4-89-3-5-1-4-3-5-2"
           sodipodi:role="line">.</tspan></text>
    </g>
    <g
       id="g4738-4-8-1"
       transform="translate(710,-149.99998)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="676.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-1-8-4-4-9-9"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="657.86218"
         x="175.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-84-5-8"
         style="fill:#ffcc00;fill-opacity:1;stroke:#ff0000;stroke-width:3;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-linecap:butt" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-02-0-2"
         y="672.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="672.36218"
           x="177"
           id="tspan4249-3-2-3-5-6"
           sodipodi:role="line">?</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-5-7-2"
         y="670.36218"
         x="190"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="670.36218"
           x="190"
           sodipodi:role="line"
           id="tspan4438-4-1-4-5">show help</tspan></text>
      <text
         sodipodi:linespacing="125%"
         id="text4247-5-2-9-2-8-5"
         y="691.36218"
         x="177"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="691.36218"
           x="177"
           id="tspan4249-4-89-3-2-1-2"
           sodipodi:role="line">/</tspan></text>
      <text
         sodipodi:linespacing="94.999999%"
         id="text4481-73-9-3"
         y="689.36218"
         x="190"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:94.99999881%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-size:10px;line-height:94.99999881%"
           id="tspan4485-0-9-1"
           y="689.36218"
           x="190"
           sodipodi:role="line">:search</tspan></text>
    </g>
    <g
       id="g4556-7-7-5"
       transform="translate(-81.999999,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8"
           sodipodi:role="line">F1</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-8-9"
         y="714.45984"
         x="201.0918"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.45984"
           x="201.0918"
           sodipodi:role="line"
           id="tspan4438-4-3-9-8-2">help</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-0"
       transform="translate(88.000001,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-8"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-6"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-2"
           sodipodi:role="line">F3</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-8-9-2"
         y="714.7821"
         x="196.05762"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.7821"
           x="196.05762"
           sodipodi:role="line"
           id="tspan4438-4-3-9-8-2-2">inspect file</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-0-9"
       transform="translate(173,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-8-4"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-6-5"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-2-0"
           sodipodi:role="line">F4</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-8-9-2-3"
         y="714.7821"
         x="196.05762"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.7821"
           x="196.05762"
           sodipodi:role="line"
           id="tspan4438-4-3-9-8-2-2-1">edit</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-0-9-4"
       transform="translate(258,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-8-4-7"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-6-5-4"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-2-0-2"
           sodipodi:role="line">F5</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-8-9-2-3-7"
         y="714.7821"
         x="196.05762"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.7821"
           x="196.05762"
           sodipodi:role="line"
           id="tspan4438-4-3-9-8-2-2-1-9">copy</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-0-9-4-9"
       transform="translate(343,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-8-4-7-9"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-6-5-4-4"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-2-0-2-6"
           sodipodi:role="line">F6</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-8-9-2-3-7-3"
         y="714.7821"
         x="196.05762"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.7821"
           x="196.05762"
           sodipodi:role="line"
           id="tspan4438-4-3-9-8-2-2-1-9-0">cut</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-0-9-4-9-7"
       transform="translate(428,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-8-4-7-9-9"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-6-5-4-4-2"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-2-0-2-6-5"
           sodipodi:role="line">F7</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-8-9-2-3-7-3-9"
         y="714.7821"
         x="196.05762"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.7821"
           x="196.05762"
           sodipodi:role="line"
           id="tspan4438-4-3-9-8-2-2-1-9-0-1">:mkdir</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-0-9-4-9-7-9"
       transform="translate(513,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-8-4-7-9-9-1"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-6-5-4-4-2-2"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-2-0-2-6-5-5"
           sodipodi:role="line">F8</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-8-9-2-3-7-3-9-3"
         y="714.7821"
         x="196.05762"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.7821"
           x="196.05762"
           sodipodi:role="line"
           id="tspan4438-4-3-9-8-2-2-1-9-0-1-4">:delete</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-0-9-4-9-7-9-9"
       transform="translate(683,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-8-4-7-9-9-1-4"
         style="fill:#ffcc00;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-6-5-4-4-2-2-8"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-2-0-2-6-5-5-6"
           sodipodi:role="line">F10</tspan></text>
      <text
         sodipodi:linespacing="80.000001%"
         id="text4251-5-3-3-3-8-9-2-3-7-3-9-3-6"
         y="714.9071"
         x="210.05762"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:80.00000119%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="714.9071"
           x="210.05762"
           sodipodi:role="line"
           id="tspan4438-4-3-9-8-2-2-1-9-0-1-4-3">quit</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-9"
       transform="translate(3.000001,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-1"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-0"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-4"
           sodipodi:role="line">F2</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-9-2"
       transform="translate(598,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-1-2"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-0-9"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-4-0"
           sodipodi:role="line">F9</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-9-2-3"
       transform="translate(768,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094199e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="79"
         id="rect4230-7-3-5-6-4-2-1-2-2"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-0-9-7"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-4-0-4"
           sodipodi:role="line">F11</tspan></text>
    </g>
    <g
       id="g4556-7-7-5-9-2-3-5"
       transform="translate(853,-414.49997)">
      <rect
         ry="1.02696e-15"
         rx="2.1094201e-15"
         y="702.36218"
         x="172.5"
         height="18.999977"
         width="89"
         id="rect4230-7-3-5-6-4-2-1-2-2-9"
         style="fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-opacity:1" />
      <text
         sodipodi:linespacing="125%"
         id="text4247-6-2-5-4-1-8-0-9-7-6"
         y="716.86218"
         x="174"
         style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:15px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
           y="716.86218"
           x="174"
           id="tspan4249-3-2-4-7-6-8-4-0-4-7"
           sodipodi:role="line">F12</tspan></text>
    </g>
    <text
       sodipodi:linespacing="125%"
       id="text4247-6-2-5-4-1-0"
       y="272.55746"
       x="3.3203125"
       style="font-style:normal;font-weight:normal;font-size:7.5px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       xml:space="preserve"><tspan
         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:20px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start"
         y="272.55746"
         x="3.3203125"
         id="tspan4249-3-2-4-7-6-3"
         sodipodi:role="line">ranger cheatsheet</tspan></text>
    <a
       id="a5535"
       xlink:href="https://ranger.github.io"
       style="fill:#0000ff"
       transform="translate(10,-296.00002)">
      <text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         x="230"
         y="567.36218"
         id="text4251-5-3-3-3-8-9-2-7"
         sodipodi:linespacing="100%"><tspan
           id="tspan5498"
           sodipodi:role="line"
           x="230"
           y="567.36218"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:100%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#0000ff">https://ranger.github.io</tspan></text>
    </a>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="456"
       y="271.36215"
       id="text5523"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan5525"
         x="456"
         y="271.36215"
         style="font-size:15px">git clone</tspan></text>
    <a
       id="a5531"
       xlink:href="https://github.com/ranger/ranger"
       style="fill:#0000ff"
       transform="translate(245,-305.00002)">
      <text
         sodipodi:linespacing="125%"
         id="text5527"
         y="577.36218"
         x="280"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         xml:space="preserve"><tspan
           y="577.36218"
           x="280"
           id="tspan5529"
           sodipodi:role="line"
           style="font-size:15px">https://github.com/ranger/ranger</tspan></text>
    </a>
    <rect
       style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect5539"
       width="414"
       height="228.99998"
       x="5.5"
       y="572.86218"
       rx="2.1094199e-15"
       ry="1.0269598e-15" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="9.5532236"
       y="588.75867"
       id="text5541"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan5543"
         x="9.5532236"
         y="588.75867"
         style="font-weight:bold;font-size:15px">Macros<tspan
   style="font-weight:normal;font-size:15px"
   id="tspan5545"> can be used in commands. They are like</tspan></tspan><tspan
         sodipodi:role="line"
         x="9.5532236"
         y="607.50867"
         style="font-weight:normal;font-size:15px"
         id="tspan5547">global variables with dynamic content:</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="9.3103037"
       y="626.85925"
       id="text5551"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan5553"
         x="9.3103037"
         y="626.85925"
         style="font-size:12.5px">%f</tspan><tspan
         sodipodi:role="line"
         x="9.3103037"
         y="642.48425"
         id="tspan5555"
         style="font-size:12.5px">%d</tspan><tspan
         sodipodi:role="line"
         x="9.3103037"
         y="658.10925"
         id="tspan5557"
         style="font-size:12.5px">%s</tspan><tspan
         sodipodi:role="line"
         x="9.3103037"
         y="673.73425"
         id="tspan5559"
         style="font-size:12.5px">%t</tspan><tspan
         sodipodi:role="line"
         x="9.3103037"
         y="689.35925"
         id="tspan5561"
         style="font-size:12.5px">%c</tspan><tspan
         sodipodi:role="line"
         x="9.3103037"
         y="704.98425"
         id="tspan5565"
         style="font-size:12.5px">%any</tspan><tspan
         sodipodi:role="line"
         x="9.3103037"
         y="720.60925"
         id="tspan5569"
         style="font-size:12.5px" /><tspan
         sodipodi:role="line"
         x="9.3103037"
         y="736.23425"
         id="tspan5591"
         style="font-size:12.5px">%rangerdir</tspan><tspan
         sodipodi:role="line"
         x="9.3103037"
         y="751.85925"
         id="tspan5571"
         style="font-size:12.5px">%space</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="85.646973"
       y="626.85925"
       id="text5573"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan5575"
         x="85.646973"
         y="626.85925"
         style="font-size:12.5px">The base name of the current file</tspan><tspan
         sodipodi:role="line"
         x="85.646973"
         y="642.48425"
         id="tspan5577"
         style="font-size:12.5px">The path of the current directory</tspan><tspan
         sodipodi:role="line"
         x="85.646973"
         y="658.10925"
         id="tspan5579"
         style="font-size:12.5px">The names of the currently selected files</tspan><tspan
         sodipodi:role="line"
         x="85.646973"
         y="673.73425"
         id="tspan5581"
         style="font-size:12.5px">The names of all tagged files in this directory</tspan><tspan
         sodipodi:role="line"
         x="85.646973"
         y="689.35925"
         id="tspan5583"
         style="font-size:12.5px">The paths of the currently copied files</tspan><tspan
         sodipodi:role="line"
         x="85.646973"
         y="704.98425"
         id="tspan5585"
         style="font-size:12.5px">The key used in a key binding with &quot;&lt;any&gt;&quot;</tspan><tspan
         sodipodi:role="line"
         x="85.646973"
         y="720.60925"
         id="tspan5587"
         style="font-size:12.5px">Example: <tspan
   style="font-style:italic;font-size:12.5px"
   id="tspan5589">map x&lt;any&gt; shell -w echo %any</tspan></tspan><tspan
         sodipodi:role="line"
         x="85.646973"
         y="736.23425"
         id="tspan5593"
         style="font-size:12.5px">The path to the ranger python module</tspan><tspan
         sodipodi:role="line"
         x="85.646973"
         y="751.85925"
         id="tspan5595"
         style="font-size:12.5px">Just a space, to avoid typing trailing spaces</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="9.5532236"
       y="773.75867"
       id="text5541-0"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="9.5532236"
         y="773.75867"
         style="font-weight:normal;font-size:15px"
         id="tspan5628">Example: <tspan
   style="font-style:italic"
   id="tspan5626">map yp shell echo %d/%f | xsel -i</tspan></tspan><tspan
         sodipodi:role="line"
         x="9.5532236"
         y="792.50867"
         style="font-weight:normal;font-size:15px"
         id="tspan5624">They can be escaped by replacing % with %%.</tspan></text>
    <rect
       style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect5634"
       width="689"
       height="289"
       x="430.5"
       y="572.86218"
       rx="2.1094199e-15"
       ry="1.0269601e-15" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="433.52783"
       y="588.29724"
       id="text5636"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="433.52783"
         y="588.29724"
         style="font-size:15px"
         id="tspan5642"><tspan
   style="font-weight:bold"
   id="tspan6469">(1)</tspan> numbers can be used as a quantifier in various commands, for example 5j will move</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="607.04724"
         style="font-size:15px"
         id="tspan5876">the cursor down 5 by lines, 3&lt;space&gt; selects 3 files, 4&lt;TAB&gt; moves you to the 4th tab.</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="625.79724"
         style="font-size:15px"
         id="tspan5674"><tspan
   style="font-weight:bold"
   id="tspan6471">(2)</tspan> the keys -, + and = change the permissions of files. See &quot;man chmod&quot;.</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="644.54724"
         style="font-size:15px"
         id="tspan5676"><tspan
   style="font-weight:bold"
   id="tspan5688">    [+-][augo][rwxXst]</tspan> (e.g. <tspan
   style="font-style:italic"
   id="tspan5678">+gw</tspan> means &quot;add write permissions to the group)</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="663.29724"
         style="font-size:15px"
         id="tspan5680"><tspan
   style="font-weight:bold"
   id="tspan5690">    [+-][rwxXst]</tspan> (e.g. <tspan
   style="font-style:italic"
   id="tspan5686">-x</tspan> means &quot;remove execute permissions from everybody&quot;)</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="682.04724"
         style="font-size:15px"
         id="tspan5682"><tspan
   style="font-weight:bold"
   id="tspan5692">    &lt;octal&gt;=</tspan> (e.g. <tspan
   style="font-style:italic"
   id="tspan5684">777=</tspan> means &quot;give full permissions to everybody&quot;)</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="700.79724"
         style="font-size:15px"
         id="tspan5700"><tspan
   style="font-weight:bold"
   id="tspan6473">(3)</tspan> yank, copy, paste: To copy files, select them with the cursor (or <tspan
   style="font-weight:bold"
   id="tspan5981">&lt;space&gt;</tspan>, in case of</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="719.54724"
         style="font-size:15px"
         id="tspan5872">multiple files) → type <tspan
   style="font-weight:bold"
   id="tspan5975">dd</tspan> (to cut) or <tspan
   style="font-weight:bold"
   id="tspan5973">yy</tspan> (to copy) → move to the destination → type <tspan
   style="font-weight:bold"
   id="tspan5977">pp</tspan>.</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="738.29724"
         style="font-size:15px"
         id="tspan5710">Type <tspan
   style="font-weight:bold"
   id="tspan5969">da</tspan> (or <tspan
   style="font-weight:bold"
   id="tspan5971">ya</tspan>) to <tspan
   style="font-style:italic"
   id="tspan5979">add</tspan> files to the copy buffer, allowing you to copy from multiple folders.</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="757.04724"
         style="font-size:15px"
         id="tspan6426"><tspan
   style="font-weight:bold"
   id="tspan6475">(4) d </tspan>also starts the keybindings <tspan
   style="font-weight:bold"
   id="tspan6432">dc</tspan> (calculate size of the content of a directory), <tspan
   style="font-weight:bold"
   id="tspan6442">du</tspan>/<tspan
   style="font-weight:bold"
   id="tspan6440">dU</tspan></tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="775.79724"
         style="font-size:15px"
         id="tspan6438">(calculate directory size with the &quot;du&quot; program), <tspan
   style="font-weight:bold"
   id="tspan6448">dD </tspan>(open the console with &quot;:delete&quot;)</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="794.54724"
         style="font-size:15px"
         id="tspan5965"><tspan
   style="font-weight:bold"
   id="tspan6477">(5) M&lt;key&gt;</tspan> changes the <tspan
   style="font-style:italic"
   id="tspan6459">linemode</tspan> - the way files are drawn. <tspan
   style="font-weight:bold"
   id="tspan5657">Mf</tspan> draws just the file name,</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="813.29724"
         style="font-size:15px"
         id="tspan5645"><tspan
   style="font-weight:bold"
   id="tspan5647">Mp</tspan> draws permissions, <tspan
   style="font-weight:bold"
   id="tspan5649">Mi</tspan> draws file type information, <tspan
   style="font-weight:bold"
   id="tspan5659">Mt</tspan> draws metadata, as defined</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="832.04724"
         style="font-size:15px"
         id="tspan5989">with the <tspan
   style="font-weight:bold"
   id="tspan5655">:meta</tspan> command. You can add custom linemodes as described in</tspan><tspan
         sodipodi:role="line"
         x="433.52783"
         y="850.79724"
         style="font-style:italic;font-size:15px"
         id="tspan6483">/usr/share/doc/ranger/examples/plugin_linemode.py</tspan></text>
    <rect
       style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect5539-8"
       width="414"
       height="233.99998"
       x="5.5"
       y="812.86218"
       rx="2.1094199e-15"
       ry="1.0269599e-15" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="9.5532236"
       y="828.75867"
       id="text5541-5"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="9.5532236"
         y="828.75867"
         style="font-weight:bold;font-size:15px"
         id="tspan5756">Config files<tspan
   style="font-weight:normal"
   id="tspan5764">: run &quot;</tspan>ranger --copy-config=all<tspan
   style="font-weight:normal"
   id="tspan5762">&quot; to</tspan></tspan><tspan
         sodipodi:role="line"
         x="9.5532236"
         y="847.50867"
         style="font-weight:normal;font-size:15px"
         id="tspan5772">copy the default config files to ~/.config/ranger/.</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="9.3225098"
       y="871.85925"
       id="text5776"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan5778"
         x="9.3225098"
         y="871.85925"
         style="font-size:12.5px"><tspan
   style="font-weight:bold"
   id="tspan5782">rc.conf</tspan>: A list of commands that are executed when ranger</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="887.48425"
         style="font-size:12.5px"
         id="tspan5780">starts. Options, key bindings and aliases are found here.</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="903.10925"
         style="font-size:12.5px"
         id="tspan5816">Pro tip: Adding &quot;export RANGER_LOAD_DEFAULT_RC=FALSE&quot; to</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="918.73425"
         style="font-size:12.5px"
         id="tspan5820">your shell rc will skip loading the default rc.conf before your own.</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="934.35925"
         style="font-size:12.5px"
         id="tspan5828"><tspan
   style="font-weight:bold"
   id="tspan5830">commands.py</tspan>: A python script containing custom commands</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="949.98425"
         style="font-size:12.5px"
         id="tspan5836"><tspan
   style="font-weight:bold"
   id="tspan5834">rifle.conf</tspan>: Rules for rifle, the file opener. Each line looks like</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="965.60925"
         style="font-style:italic;font-size:12.5px"
         id="tspan5842">    list of conditions = command</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="981.23425"
         style="font-size:12.5px"
         id="tspan5844">When ranger opens a file, it tests those conditions. The first</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="996.85925"
         style="font-size:12.5px"
         id="tspan5846">command where all conditions are true will be executed.</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="1012.4843"
         style="font-size:12.5px"
         id="tspan5854"><tspan
   style="font-weight:bold"
   id="tspan5856">scope.sh</tspan>: The script that generates file previews.</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="1028.1093"
         style="font-size:12.5px"
         id="tspan5858">Plugins can be put in the <tspan
   style="font-weight:bold"
   id="tspan5860">plugins/ </tspan>subdirectory, colorschemes</tspan><tspan
         sodipodi:role="line"
         x="9.3225098"
         y="1043.7343"
         style="font-size:12.5px"
         id="tspan5864">in<tspan
   style="font-weight:bold"
   id="tspan5866"> colorschemes/</tspan>. See /usr/share/doc/ranger/examples.</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="765"
       y="271.36215"
       id="text5523-3"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         id="tspan5525-2"
         x="765"
         y="271.36215"
         style="font-size:15px"><tspan
   style="font-weight:bold"
   id="tspan5683">#ranger</tspan> on irc.freenode.net</tspan></text>
    <rect
       style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="rect5634-3"
       width="689"
       height="173.99998"
       x="430.5"
       y="872.86224"
       rx="2.1094199e-15"
       ry="1.0269601e-15" />
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="434.37744"
       y="886.85925"
       id="text5541-2"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="434.37744"
         y="886.85925"
         style="font-weight:normal;font-size:12.5px"
         id="tspan4932"><tspan
   id="tspan4923"
   style="font-weight:bold;font-size:12.5px">Commands</tspan> can be typed in by pressing : or added to ~/.config/ranger/rc.conf to apply then whenever</tspan><tspan
         sodipodi:role="line"
         x="434.37744"
         y="902.48425"
         style="font-weight:normal;font-size:12.5px"
         id="tspan4931">ranger starts. All commands are listed in the man page. Some important ones:</tspan></text>
    <text
       xml:space="preserve"
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       x="434.66431"
       y="918.36206"
       id="text5776-0"
       sodipodi:linespacing="125%"><tspan
         sodipodi:role="line"
         x="434.66431"
         y="918.36206"
         style="font-weight:bold;font-size:12.5px"
         id="tspan5864-8">:shell [&lt;flags&gt;] &lt;command&gt;<tspan
   style="font-weight:normal"
   id="tspan4899"> calls the given &lt;command&gt; with the shell specified in the environment</tspan></tspan><tspan
         sodipodi:role="line"
         x="434.66431"
         y="933.98706"
         style="font-weight:normal;font-size:12.5px"
         id="tspan4907">variable $SHELL. &lt;flags&gt; can be &quot;-f&quot; to fork the process or &quot;-p&quot; to pipe the output to a pager. Macros like</tspan><tspan
         sodipodi:role="line"
         x="434.66431"
         y="949.61206"
         style="font-weight:normal;font-size:12.5px"
         id="tspan4905">%f and %s are especially useful here. Example: &quot;:shell -f inkscape %f&quot; or &quot;:shell sudo cp %c ./&quot;</tspan><tspan
         sodipodi:role="line"
         x="434.66431"
         y="965.23706"
         style="font-size:12.5px"
         id="tspan4895"><tspan
   style="font-weight:bold"
   id="tspan4897">:alias &lt;new&gt; &lt;old&gt;</tspan> creates the command &lt;new&gt; that calls &lt;old&gt;. The neat thing is that you can pass</tspan><tspan
         sodipodi:role="line"
         x="434.66431"
         y="980.86206"
         style="font-size:12.5px"
         id="tspan4935">arguments to the next command. Example: &quot;:alias <tspan
   style="fill:#ff0000"
   id="tspan5100">touch</tspan><tspan
   style="fill:#0000ff"
   id="tspan5108"> shell touch</tspan>&quot; will allow you to type &quot;:<tspan
   style="fill:#ff0000"
   id="tspan5114">touch</tspan> FILE&quot;,</tspan><tspan
         sodipodi:role="line"
         x="434.66431"
         y="996.48706"
         style="font-size:12.5px"
         id="tspan5116">which will be translated to &quot;:<tspan
   style="fill:#0000ff"
   id="tspan5118">shell touch</tspan> FILE&quot;.</tspan><tspan
         sodipodi:role="line"
         x="434.66431"
         y="1012.1121"
         style="font-size:12.5px"
         id="tspan4915"><tspan
   style="font-weight:bold"
   id="tspan4933">:map &lt;key&gt; &lt;command&gt;</tspan> makes the &lt;key&gt; run &lt;command&gt; when pressed. This is the typical way to</tspan><tspan
         sodipodi:role="line"
         x="434.66431"
         y="1027.7371"
         style="font-size:12.5px"
         id="tspan4917">define key bindings in rc.conf. There is also &quot;pmap&quot; to define keys in the pager and &quot;unmap&quot; and &quot;punmap&quot;</tspan><tspan
         sodipodi:role="line"
         x="434.66431"
         y="1043.3621"
         style="font-size:12.5px"
         id="tspan4924">to remove key bindings.</tspan></text>
  </g>
</svg>