Changes between Initial Version and Version 1 of Ticket #275


Ignore:
Timestamp:
May 2, 2019, 11:29:11 AM (5 years ago)
Author:
patrik.svestka@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #275 – Description

    initial v1  
    22
    33I'm using the following code to add `+` as a shortcut
     4
    45{{{
    56    | keyboardMapping |
     
    910}}}
    1011
     12
    1113This does not work properly even when I check the mappings via `Display keyboardMap` it shows up at `#bindings` (first from top).
     14
     15[[Image(ticket:275:+_shortcut_mapping_notworking.png,480px)]]
     16
    1217
    1318On the other hand, when I do different mappings like:(replacing the last line):
    1419`keyboardMapping bindValue: #Add to: #Ctrld`
    1520
    16 When I press `Ctrl+d` it works as expected.
     21When I press `Ctrl+d` it works as expected:
     22
     23[[Image(ticket:275:ctrld_mapping_working.png,640px)]]
     24
    1725
    1826Why can't `#+` be used as a shortcut?