Giter VIP home page Giter VIP logo

karabiner-windows-mode's People

Contributors

amateescu avatar andormarkus avatar brianredbeard avatar csmager avatar edance avatar jkluch avatar kingamajick avatar lsissoko avatar necojackarc avatar raxigan avatar rux616 avatar simonleary42 avatar vidurb avatar xmrflipflop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

karabiner-windows-mode's Issues

Shift-Insert?

It would be great if you could paste the same way you can on LInux.

Home/End == Prev Page/Next Page in Firefox

In Firefox, when not focused on a text box (URL bar/in-page box/etc.), the Home and End keys will take the user Back and Forward, instead of to the top and bottom of the page, respectively.

Add Alt+Tab

See title.

This issue is to track adding "Alt+Tab" functionality.

Break up shortcut rule

Break up monolithic shortcut rule into individual rules to allow greater customization.

Ctrl+left arrow

Hi @rux616 I'm unsure if I am doing someting wrong. After installing the repo file I would expect the follwing shortcut: Ctrl+left/right arrow to jump to end/start of word (the same as on PC) ?

Reporting a vulnerability

Hello!

I hope you are doing well!

We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has a feature called Private vulnerability reporting, which enables security research to privately disclose a vulnerability. Unfortunately, it is not enabled for this repository.

Can you enable it, so that we can report it?

Thanks in advance!

PS: you can read about how to enable private vulnerability reporting here: https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository

Most modifications not working

Hi!

I have a problem in a new clean. install trying to enable the modifications in this repo. Basic ones are not working currently, like Ctrl + C or Ctrl + V.

I imported all the shortcuts using the command in the README and Enable all.

I deleted the conditional block from the json file, and they started working:

"conditions": [
                  {
                     "bundle_identifiers": [
                        "^org\\.virtualbox\\.app\\.VirtualBoxVM$",
                        "^com\\.parallels\\.desktop\\.console$",
                        "^org\\.vmware\\.fusion$",
                        "^org\\.gnu\\.emacs$",
                        "^com\\.jetbrains",
                        "^com\\.microsoft\\.VSCode$",
                        "^com\\.sublimetext\\.3$",
                        "^net\\.kovidgoyal\\.kitty$",
                        "^com\\.citrix\\.XenAppViewer$",
                        "^com\\.microsoft\\.rdc\\.macos$",
                        "^io\\.alacritty$",
                        "^co\\.zeit\\.hyper$",
                        "^com\\.googlecode\\.iterm2$",
                        "^com\\.apple\\.Terminal$",
                        "^com\\.github\\.wez\\.wezterm$"
                     ],
                     "file_paths": [
                        [
                           "Chrome Remote Desktop\\.app"
                        ]
                     ],
                     "type": "frontmost_application_unless"
                  }
               ],

I am using Ventura 13.0.1. ¿Is there any problem with this OS version?

Thank you very much!

Emacs doesn't receive control key event.

After enabling karabiner windows mode emacs hotkeys receive interference.

In particular, ctrl-c, receives the meta-c input. This is also true for other overlapping hotkeys. The karabiner mode works as expected, and Emacs receives the signal replacement which has been modified via karabiner windows mode.

Is it possible to add emacs to the exception list. If you can explain how I would do that in the bundle.libsonnet file. I would be happy to submit the change.

How to add programs to the list, could be potentially useful for users if documented in the readme.

iterm2 blocking cmd + number for opening app pinned to dock

Everything works as intended, until I enter iterm2 app. Once iterm is active cmd + number stops working until i click on some other app.
I am new to this, maybe someone can help me find solution for this. Thank you

Screen.Recording.2023-06-30.at.20.16.24.mov

Dvorak layout doesn't work

My hunch is that this affects other shortcuts as well.

This bug is due to Karabiner unable to support anything but the physical layout of qwerty mappings, requiring a complete copy of the existing settings, mapping to the qwerty equivalents of what ever layout is desired.

Ctrl+Home doesn't work

Actually, now I press "Ctrl+Home" is "Ctrl+Command+Left",because "Home" is "Command+Left" ?

🤔Consider reordering the order like this?:
image

Additional command Home,End for terminal and F5 to refresh

{
  "title": "My Custom",
  "rules": [
    {
      "description": "Home (Terminal)",
      "manipulators": [
        {
          "from": {
            "key_code": "home",
            "modifiers": {"optional": ["any"]}
          },
          "to": [{
              "key_code": "a",
              "modifiers": ["control"]
          }],
          "conditions": [
            {
              "type": "frontmost_application_if",
              "bundle_identifiers": [
                "^com\\.apple\\.Terminal$",
                "^com\\.googlecode\\.iterm2$"
              ]
            }
          ],
          "type": "basic"
        }
      ]
    },
    {
      "description": "End (Terminal)",
      "manipulators": [
        {
          "from": {
            "key_code": "end",
            "modifiers": {"optional": ["any"]}
          },
          "to": [{
              "key_code": "e",
              "modifiers": ["control"]
          }],
          "conditions": [
            {
              "type": "frontmost_application_if",
              "bundle_identifiers": [
                "^com\\.apple\\.Terminal$",
                "^com\\.googlecode\\.iterm2$"
              ]
            }
          ],
          "type": "basic"
        }
      ]
    },
    {
      "description": "F5",
      "manipulators": [
        {
          "from": {
            "key_code": "f5",
            "modifiers": {"optional": ["any"]}
          },
          "to": [{
              "key_code": "r",
              "modifiers": ["command"]
          }],
          "conditions": [
            {
              "type": "frontmost_application_unless",
              "bundle_identifiers": [
              ]
            }
          ],
          "type": "basic"
        }
      ]
    }
  ]
}

Just want to add something maybe good for you guys (or even implemented in here too)

Home and End for Terminal (go to beginning of line and last of line)
F5 for refresh (command+r)

It shouldn't affect code editors and IDEs (vscode, Sublime Text, IntelliJ and Xcode)

I think there should be an alternative version of this plugin that make exceptions for code editors and IDEs, those apps have their own keybindings files (e.g. keybindings.json in vscode) and changing ctrl for cmd for some combinations messes them up big time, for example it transforms ctrl+f to cmd+f but the command that the app had mapped for ctrl+f becomes completely inaccesible; plus another problem that arises is that the bindings stop making sense (because where it says ctrl now sometimes means cmd)

#32

Ctrl+F4

Ctrl+t works to open tabs in Chrome. From Windows I am used to closing them with Ctrl+F4. It would be great to add that.

mac screen shot no longer works

CMD+Shift+3 or 4 does not work anymore

Yes I'm using Ctrl in replace of cmd, but the screen shot tool does not get activated.

Why are Terminals exempted?

Would you mind explaining why Terminals are exempted from the shortcut remapping?

I saw the note in the readme, the original issue #15, as well as the addition for an alternate Ctrl+Shift+C/V for copy/paste issue #7. I don't understand why this is exempted though.

Thanks!

Sam

Ctrl + C shortcut isn't working inside a build-in terminal in Visual Studio Code

A standard Ctrl + c shortcut which terminates the current process is not working in the build-in VSC terminal. The same shortcut works perfectly in standard and iTerm terminals. I have all 'Complex modifications' enabled.

I suppose it's a problem that we want keys to be remapped when using VSC, but disabled when focusing it's inside the terminal. There is any "way around" for this problem?

"Win" rule might be broken

There is a rule called "Win" (not mentioned in README), but it seems to be broken - it's not opening Launchpad for me. Based on karabiner key codes list command cannot be used as from.key_code. The rule starts working after changing the key code to left_command.

@rux616 Could you please confirm my suspicions? I can open PR with a fix (and maybe some improvements) later on.

Ctrl + A/C/V/... doesn't work in Vscode

It's weird,

I activated all the rules, and still. On chrome it works just perfectly perfect, but for some reason, on VsCode it doesn't.

Could you guys point me out to the right direction ?

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.