Skip to content

Instantly share code, notes, and snippets.

@pshirshov
Forked from spaced/fixes.md
Created October 25, 2020 20:05
Show Gist options
  • Select an option

  • Save pshirshov/ad7c46039ce6ec0dc8554bcf4eca3b4c to your computer and use it in GitHub Desktop.

Select an option

Save pshirshov/ad7c46039ce6ec0dc8554bcf4eca3b4c to your computer and use it in GitHub Desktop.

Revisions

  1. @spaced spaced revised this gist Jul 9, 2019. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion fixes.md
    Original file line number Diff line number Diff line change
    @@ -15,4 +15,5 @@ keymap.windows.as.meta=true
    firefox:
    about:config:
    ```
    ui.key.accelKey=224
    ui.key.accelKey=224 #xwindow
    ui.key.accelKey=91 #wayland
  2. @spaced spaced revised this gist Jun 11, 2019. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion fixes.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,9 @@ meta/win/idea issue:
    - idea: help -> custom properties:
    ```
    keymap.windows.as.meta=true
    ```
    ```

    firefox:
    about:config:
    ```
    ui.key.accelKey=224
  3. @spaced spaced created this gist Oct 23, 2018.
    13 changes: 13 additions & 0 deletions fixes.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    scaling hidpi:
    everything is very small
    needed steps:
    - settings -> display -> scale = 1
    - settings -> enforce fonts dpi -> 162dpi
    - settings -> symbols -> scale up

    meta/win/idea issue:
    - settings -> input -> keyboard -> extended -> toggle left `alt` with left `win`
    - idea: help -> custom properties:
    ```
    keymap.windows.as.meta=true
    ```