Skip to content

Commit

Permalink
📝 Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jun 6, 2024
1 parent 372ac3e commit 9fca266
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// //
//////////////////////////////////////////////////////////////////////////////////////////

// SPDX-FileCopyrightText: 2023 Simon Schneegans <code@simonschneegans.de>
// SPDX-FileCopyrightText: Simon Schneegans <code@simonschneegans.de>
// SPDX-License-Identifier: MIT

'use strict';
Expand All @@ -17,6 +17,10 @@ import {Extension} from 'resource:///org/gnome/shell/extensions/extension.js';
import {Shortcuts} from './src/Shortcuts.js';
import {InputManipulator} from './src/InputManipulator.js';

// This is the DBus interface which will be exported by this extension. It provides
// methods to get information about the currently focused window and the mouse pointer
// position. It also allows to move the mouse pointer, simulate key strokes and bind
// shortcuts.
const DBUS_INTERFACE = `
<node>
<interface name="org.gnome.Shell.Extensions.KandoIntegration">
Expand Down

0 comments on commit 9fca266

Please sign in to comment.