Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/macta/pharoflipper

Pharo Smalltalk Window Flipper
https://github.com/macta/pharoflipper

pharo pharo-smalltalk window-switcher

Last synced: about 1 month ago
JSON representation

Pharo Smalltalk Window Flipper

Awesome Lists containing this project

README

        

![Pharo](http://pharo.org/web/files/pharo.png)

# PharoFlipper
A simple Pharo Smalltalk keyboard window flipper - use CTRL-1 to flip to the last recently used window (similar to ^tab in Windows and cmd-` in OSX.

To repeat the cycle from the beginning, wait ~1s and it will begin from the most LRU window again (not perfect, but its a simple solution avoiding more keyboard magic)

To load use:

```
Metacello new
repository: 'github://macta/PharoFlipper:main';
baseline: 'PharoFlipper';
load.
```

The default keboard shortcut can be altered with either of:
```
self keyboardShortcut: $1 control asShortcut.
self keyboardShortcut: $1 meta asShortcut.
```

[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)